Class QueryException

    • Constructor Detail

      • QueryException

        public QueryException​(String sMessage)
        Construct an instance of QueryException.
        Parameters:
        sMessage - detail message
      • QueryException

        public QueryException​(String sMessage,
                              Throwable cause)
        Construct an instance of QueryException.
        Parameters:
        sMessage - detail message
        cause - the cause
      • QueryException

        public QueryException​(Throwable cause)
        Construct an instance of QueryException.
        Parameters:
        cause - the cause