Class ContextCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.contexts.ContextException
-
- org.gcube.informationsystem.resourceregistry.api.exceptions.contexts.ContextCreationException
-
- All Implemented Interfaces:
Serializable
public class ContextCreationException extends ContextException
The Class ContextCreationException.- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextCreationException(String message)Instantiates a new context creation exception.ContextCreationException(String message, Throwable cause)Instantiates a new context creation exception.ContextCreationException(Throwable cause)Instantiates a new context 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
-
ContextCreationException
public ContextCreationException(String message)
Instantiates a new context creation exception.- Parameters:
message- the message
-
ContextCreationException
public ContextCreationException(Throwable cause)
Instantiates a new context creation exception.- Parameters:
cause- the cause
-
-