com.ibm.itim.workflow.query

Class 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

      Constructors 
      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)
    • 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