Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacetNotFoundException,ResourceNotFoundException
public class EntityNotFoundException extends NotFoundException
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(String message)EntityNotFoundException(String message, Throwable cause)EntityNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-