Class ContractNotPublicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.contractmgr.ContractNotPublicException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public final class ContractNotPublicException extends DataClayException
This class represents the exception produced in ContractManager when a contract is expected to be public and it is not.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContractNotPublicException(ContractID contractID)
Exception produced when a contract is expected to be public and it is not.
-
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
-
ContractNotPublicException
public ContractNotPublicException(ContractID contractID)
Exception produced when a contract is expected to be public and it is not.- Parameters:
contractID
- ID of the contract
-
-