Class FacetCreationException
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.entities.EntityCreationException
org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet.FacetCreationException
- All Implemented Interfaces:
Serializable
The Class FacetCreationException.
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetCreationException(String message) Instantiates a new facet creation exception.FacetCreationException(String message, Throwable cause) Instantiates a new facet creation exception.FacetCreationException(Throwable cause) Instantiates a new facet 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
-
FacetCreationException
Instantiates a new facet creation exception.- Parameters:
message- the message
-
FacetCreationException
Instantiates a new facet creation exception.- Parameters:
cause- the cause
-
FacetCreationException
Instantiates a new facet creation exception.- Parameters:
message- the messagecause- the cause
-