Class ImplementationNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.ImplementationNotExistException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ImplementationNotExistException extends DataClayException
This class represents the exceptions produced in ClassManager module when some Implementation was not found for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplementationNotExistException(ImplementationID implementationID)
This exception is produced when an implementation with ID provided does not existImplementationNotExistException(String namespace, String classname, String signature, int position)
-
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
-
ImplementationNotExistException
public ImplementationNotExistException(ImplementationID implementationID)
This exception is produced when an implementation with ID provided does not exist- Parameters:
implementationID
- ID of the implementation
-
-