public class InvalidQueryException extends WorkflowException
| Constructor and Description |
|---|
InvalidQueryException(java.lang.String errCode)
Deprecated.
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)
|
InvalidQueryException(java.lang.String messageId,
java.lang.Object[] tokens,
java.lang.Throwable cause)
Constructs a new exception with an error message id, tokens, and the cause of the exception.
|
InvalidQueryException(java.lang.String errCode,
java.lang.String exMsg)
Deprecated.
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)
|
InvalidQueryException(java.lang.String errCode,
java.lang.Throwable cause)
Deprecated.
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)
|
getErrorCode, getExtraMessage, getMessage, printStackTrace, printStackTrace, printStackTracegetLocalizedMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXMLpublic InvalidQueryException(java.lang.String errCode)
public InvalidQueryException(java.lang.String errCode,
java.lang.String exMsg)
errCode - Error code identifying the problem.exMsg - Additional information in a String.public InvalidQueryException(java.lang.String errCode,
java.lang.Throwable cause)
errCode - Error code identifying the problem.cause - Throwable representing the exception causing this exception.public InvalidQueryException(java.lang.String messageId,
java.lang.Object[] tokens,
java.lang.Throwable cause)
messageId - Message id of the message identifying the problem.tokens - Tokens of data to use in the corresponding message representing the message id.cause - Throwable representing the exception causing this exception.