Class InterfaceNotImportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.namespacemgr.InterfaceNotImportedException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class InterfaceNotImportedException extends DataClayException
This class represents the exceptions produced in NamespaceManager module when interface is not imported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterfaceNotImportedException(String namespaceName, InterfaceID interfaceID, ContractID contractID)
Exceptions produced when interface in contract identified by IDs provided is not imported in the namespace specified.
-
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
-
InterfaceNotImportedException
public InterfaceNotImportedException(String namespaceName, InterfaceID interfaceID, ContractID contractID)
Exceptions produced when interface in contract identified by IDs provided is not imported in the namespace specified.- Parameters:
namespaceName
- Name of the namespaceinterfaceID
- ID of the interfacecontractID
- ID of the contract
-
-