public class QueryException extends NoSQLException
| Constructor and Description |
|---|
QueryException(String message)
creates an error with an error message
|
QueryException(String message,
Throwable exception)
A new exception with a Throwable error
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryException(String message)
message - the messageCopyright © 2017–2019 Eclipse Foundation. All rights reserved.