public class UnsupportedQueryException extends RuntimeException
Exception thrown when a query cannot be supported.
Constructor and Description |
---|
UnsupportedQueryException()
Create an unsupported query exception with no explanation.
|
UnsupportedQueryException(String message)
Create an unsupported query exception with a message.
|
UnsupportedQueryException(String message,
Throwable cause)
Create an unsupported query exception with a message and cause.
|
UnsupportedQueryException(Throwable cause)
Create an unsupported query exception with a cause but no further explanation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedQueryException()
Create an unsupported query exception with no explanation.
public UnsupportedQueryException(String message)
Create an unsupported query exception with a message.
public UnsupportedQueryException(String message, Throwable cause)
Create an unsupported query exception with a message and cause.
public UnsupportedQueryException(Throwable cause)
Create an unsupported query exception with a cause but no further explanation.