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