public class UnsupportedQueryException extends Exception
| Constructor and Description |
|---|
UnsupportedQueryException()
Instantiates a new unsupported query exception.
|
UnsupportedQueryException(String message)
Instantiates a new unsupported query exception with the provided message.
|
UnsupportedQueryException(String message,
Throwable throwable)
Instantiates a new unsupported query exception with the provided message and
Throwable. |
UnsupportedQueryException(Throwable throwable)
Instantiates a new unsupported query exception with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedQueryException()
public UnsupportedQueryException(String message)
message - the messagepublic UnsupportedQueryException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.