|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.itim.exception.ITIMException | +--com.ibm.itim.workflow.model.WorkflowException | +--com.ibm.itim.workflow.query.InvalidQueryException
This class is used for reporting an invalid query.
Constructor Summary | |
---|---|
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) |
Methods inherited from class com.ibm.itim.workflow.model.WorkflowException |
---|
getErrorCode, getExtraMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class com.ibm.itim.exception.ITIMException |
---|
getLocalizedMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public 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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |