Class InterfaceNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.interfacemgr.InterfaceNotExistsException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class InterfaceNotExistsException extends DataClayException
This class represents the exception occurred when an interface is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterfaceNotExistsException(InterfaceID interfaceID)
Exception produced when an interface is not found
-
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
-
InterfaceNotExistsException
public InterfaceNotExistsException(InterfaceID interfaceID)
Exception produced when an interface is not found- Parameters:
interfaceID
- id of the interface
-
-