Class SetterOrGetterOperationsCannotBeRemoved
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.classmgr.SetterOrGetterOperationsCannotBeRemoved
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class SetterOrGetterOperationsCannotBeRemoved extends DataClayException
This class represents the exceptions produced in ClassManager module when trying to remove a default getter or setter operation.- Version:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetterOrGetterOperationsCannotBeRemoved(OperationID operationID)
This exception is produced when an operation with ID provided does not exist
-
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
-
SetterOrGetterOperationsCannotBeRemoved
public SetterOrGetterOperationsCannotBeRemoved(OperationID operationID)
This exception is produced when an operation with ID provided does not exist- Parameters:
operationID
- ID of the operation
-
-