All Implemented Interfaces:
Serializable

public class QueryTemplateCreationException extends QueryTemplateException
The Class QueryTemplateCreationException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • QueryTemplateCreationException

      public QueryTemplateCreationException(String message)
      Instantiates a new query template creation exception.
      Parameters:
      message - the message
    • QueryTemplateCreationException

      public QueryTemplateCreationException(Throwable cause)
      Instantiates a new query template creation exception.
      Parameters:
      cause - the cause
    • QueryTemplateCreationException

      public QueryTemplateCreationException(String message, Throwable cause)
      Instantiates a new query template creation exception.
      Parameters:
      message - the message
      cause - the cause