Class UnsupportedQueryException

All Implemented Interfaces:
Serializable

public final class UnsupportedQueryException extends IllegalArgumentException
Signals, that an attempt to use a Query failed, because some part of the query is not supported by the current database. This exception will be thrown by Query.search(), Query.total(), SchemaInfo.search(Query), and SchemaInfo.total(Query).
Author:
Ralf Wiebicke
See Also: