com.ibm.task.api

Class EscalationIsFinishedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EscalationIsFinishedException
    extends WrongEscalationStateException
    Exception class for error message Api.EscalationIsFinished.
    Thrown when: The escalation instance is finished because the task reached the expected state.
    User action: Check the escalation's at least expected state and the task's state.
    Since:
    7.0
    See Also:
    Serialized Form
    • Constructor Detail

      • EscalationIsFinishedException

        public EscalationIsFinishedException(java.lang.Object[] vars,
                                     java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 2 substitution variables for CWTKA0117E: The ''{0}'' escalation instance is finished; it does not allow the ''{1}'' requested action.
        {0} is the escalation id.
        {1} is the action the user attempted to perform.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8