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