com.ibm.itim.workflow.query
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.workflow.model.WorkflowException
                  extended by com.ibm.itim.workflow.query.InvalidQueryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryException
extends WorkflowException

This class is used for reporting an invalid query.

See Also:
Serialized Form

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)
 
Method Summary
 
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

InvalidQueryException

public InvalidQueryException(java.lang.String errCode)
Deprecated. Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)

Constructs with an error code.


InvalidQueryException

public InvalidQueryException(java.lang.String errCode,
                             java.lang.String exMsg)
Deprecated. Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)

Constructs with an error code and an extra message string.

Parameters:
errCode - Error code identifying the problem.
exMsg - Additional information in a String.

InvalidQueryException

public InvalidQueryException(java.lang.String errCode,
                             java.lang.Throwable cause)
Deprecated. Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause)

Constructs with an error code and the cause exception.

Parameters:
errCode - Error code identifying the problem.
cause - Throwable representing the exception causing this exception.

InvalidQueryException

public 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.

Parameters:
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.
Since:
ITIM 4.6


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.