Package jakarta.nosql
Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.nosql.NoSQLException
-
- jakarta.nosql.QueryException
-
- All Implemented Interfaces:
Serializable
public class QueryException extends NoSQLException
The exception class to query- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(String message)
creates an error with an error messageQueryException(String message, Throwable exception)
A new exception with a Throwable error
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QueryException
public QueryException(String message)
creates an error with an error message- Parameters:
message
- the message
-
-