public class UnsupportedQueryException
extends java.lang.RuntimeException
Exception thrown when a query cannot be supported.
Constructor and Description |
---|
UnsupportedQueryException()
Create an unsupported query exception with no explanation.
|
UnsupportedQueryException(java.lang.String message)
Create an unsupported query exception with a message.
|
UnsupportedQueryException(java.lang.String message,
java.lang.Throwable cause)
Create an unsupported query exception with a message and cause.
|
UnsupportedQueryException(java.lang.Throwable cause)
Create an unsupported query exception with a cause but no further explanation.
|
public UnsupportedQueryException()
Create an unsupported query exception with no explanation.
public UnsupportedQueryException(java.lang.String message)
Create an unsupported query exception with a message.
public UnsupportedQueryException(java.lang.String message, java.lang.Throwable cause)
Create an unsupported query exception with a message and cause.
public UnsupportedQueryException(java.lang.Throwable cause)
Create an unsupported query exception with a cause but no further explanation.