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