Class QueryTemplateNotFoundException

    • Constructor Detail

      • QueryTemplateNotFoundException

        public QueryTemplateNotFoundException​(String message)
        Instantiates a new query template not found exception.
        Parameters:
        message - the message
      • QueryTemplateNotFoundException

        public QueryTemplateNotFoundException​(Throwable cause)
        Instantiates a new query template not found exception.
        Parameters:
        cause - the cause
      • QueryTemplateNotFoundException

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