Class OperationNotInClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.OperationNotInClassException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class OperationNotInClassException extends DataClayException
This class represents the exceptions produced in ClassManager module when some operation was not found in some class for some reason.- Version:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationNotInClassException(OperationID operationID, MetaClassID metaClassID)
This exception is produced when some operation was not found in some class for some reason.
-
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
-
OperationNotInClassException
public OperationNotInClassException(OperationID operationID, MetaClassID metaClassID)
This exception is produced when some operation was not found in some class for some reason.- Parameters:
operationID
- ID of the operationmetaClassID
- ID of the metaclass
-
-