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