Class DbObjectNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.dbhandler.DbObjectNotExistException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class DbObjectNotExistException extends DataClayException
This class represents the exception produced in DbHandler module when no Object is found in a query.- Version:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbObjectNotExistException()
Exception produced in DbHandler module when no Object is found in a query.DbObjectNotExistException(ID objectID)
Exception produced in DbHandler module when no Object is found in a query.
-
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
-
DbObjectNotExistException
public DbObjectNotExistException(ID objectID)
Exception produced in DbHandler module when no Object is found in a query.- Parameters:
objectID
- ID of the object
-
DbObjectNotExistException
public DbObjectNotExistException()
Exception produced in DbHandler module when no Object is found in a query.
-
-