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
public class ResourceRegistryException extends Exception
The Class ResourceRegistryException.- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceRegistryException(String message)Instantiates a new resource registry exception.ResourceRegistryException(String message, Throwable cause)Instantiates a new resource registry exception.ResourceRegistryException(Throwable cause)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 Detail
-
ResourceRegistryException
public ResourceRegistryException(String message)
Instantiates a new resource registry exception.- Parameters:
message- the message
-
ResourceRegistryException
public ResourceRegistryException(Throwable cause)
Instantiates a new resource registry exception.- Parameters:
cause- the cause
-
-