Class QueryTemplateCreationException

    • Constructor Detail

      • 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