Class ConsistsOfCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.CreationException
org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationCreationException
org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof.ConsistsOfCreationException
- All Implemented Interfaces:
Serializable
The Class ConsistsOfCreationException.
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConsistsOfCreationException(String message) Instantiates a new consists of creation exception.ConsistsOfCreationException(String message, Throwable cause) Instantiates a new consists of creation exception.Instantiates a new consists of creation 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
-
ConsistsOfCreationException
Instantiates a new consists of creation exception.- Parameters:
message- the message
-
ConsistsOfCreationException
Instantiates a new consists of creation exception.- Parameters:
cause- the cause
-
ConsistsOfCreationException
Instantiates a new consists of creation exception.- Parameters:
message- the messagecause- the cause
-