Class QueryNotFoundException

    • Constructor Detail

      • QueryNotFoundException

        public QueryNotFoundException()
        Constructor for QueryNotFoundException without message detail
      • QueryNotFoundException

        public QueryNotFoundException​(String msg)
        Constructor for QueryNotFoundException.
        Parameters:
        msg - the detail from exception message
      • QueryNotFoundException

        public QueryNotFoundException​(String msg,
                                      Throwable cause)
        Constructor for QueryNotFoundException.
        Parameters:
        msg - the detail from exception message
        cause - the trouble root cause , usually JDBC family exception
      • QueryNotFoundException

        public QueryNotFoundException​(Throwable cause)