Class AlreadyPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContextAlreadyPresentException,EntityAlreadyPresentException,QueryTemplateAlreadyPresentException,RelationAlreadyPresentException,SchemaAlreadyPresentException
The Class AlreadyPresentException.
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyPresentException(String message) Instantiates a new already present exception.AlreadyPresentException(String message, Throwable cause) Instantiates a new already present exception.AlreadyPresentException(Throwable cause) Instantiates a new already present 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
-
AlreadyPresentException
Instantiates a new already present exception.- Parameters:
message- the message
-
AlreadyPresentException
Instantiates a new already present exception.- Parameters:
cause- the cause
-
AlreadyPresentException
Instantiates a new already present exception.- Parameters:
message- the messagecause- the cause
-