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