public class QueryHintScopeInvalidException extends QueryHintException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
QueryHintScopeInvalidException(java.lang.Object[] vars)
Constructor.
|
QueryHintScopeInvalidException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public QueryHintScopeInvalidException(java.lang.Object[] vars)
vars
- See QueryHintScopeInvalidException(Object[], Throwable)
public QueryHintScopeInvalidException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBA0157E: The scope of the query hint ''{0}'' is not valid.cause
- The exception that was thrown.