Package jakarta.nosql

Class QueryException

    • Constructor Detail

      • QueryException

        public QueryException​(String message)
        creates an error with an error message
        Parameters:
        message - the message
      • QueryException

        public QueryException​(String message,
                              Throwable exception)
        A new exception with a Throwable error
        Parameters:
        message - the message
        exception - the exception