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