Class QueryTemplateException

    • 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
      • QueryTemplateException

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