public class QueryException extends RuntimeException
| 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 © 2018. All rights reserved.