public class UnsupportedQueryException extends OQLException
OQLException subclass used to signal cases where the query is valid in principle but the interpretation can
not (yet) handle it.| Constructor and Description |
|---|
UnsupportedQueryException(java.lang.String msg)
Constructs an UnsupportedQueryException with the specified detail message.
|
UnsupportedQueryException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an UnsupportedQueryException with the specified detail message and cause.
|
public UnsupportedQueryException(java.lang.String msg)
msg - the detail msg.public UnsupportedQueryException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail msg.cause - the cause of the exception.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.