Class ContractNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.contractmgr.ContractNotExistException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public final class ContractNotExistException extends DataClayException
This class represents the exception produced in ContractManager when a contract does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContractNotExistException(ContractID contractID)
Exception produced when a contract does not exist .
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.exceptions.DataClayException
asGrpcException, deserialize, equals, getErrorcode, getLocalizedMessage, hashCode, printStackTrace, serialize, setErrorCode, setExceptionMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContractNotExistException
public ContractNotExistException(ContractID contractID)
Exception produced when a contract does not exist .- Parameters:
contractID
- the id of the contract
-
-