Class ResourceRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyPresentException,AvailableInAnotherContextException,ContextException,CreationException,InvalidQueryException,IsParentOfException,NotFoundException,QueryTemplateException,SchemaException,SchemaViolationException
The Class ResourceRegistryException.
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceRegistryException(String message) Instantiates a new resource registry exception.ResourceRegistryException(String message, Throwable cause) Instantiates a new resource registry exception.Instantiates a new resource registry exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceRegistryException
Instantiates a new resource registry exception.- Parameters:
message- the message
-
ResourceRegistryException
Instantiates a new resource registry exception.- Parameters:
cause- the cause
-
ResourceRegistryException
Instantiates a new resource registry exception.- Parameters:
message- the messagecause- the cause
-