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