com.ibm.task.api

Class ChainIsNotCompletedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ChainIsNotCompletedException
    extends WrongTaskStateException
    Exception class for error message Api.ChainIsNotCompleted.
    Thrown when: The invoked operation can be applied only when the chain of follow-on tasks is complete.
    User action: Wait for completion of the last task in the chain.
    Since:
    7.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ChainIsNotCompletedException

        public ChainIsNotCompletedException(java.lang.Object[] vars,
                                    java.lang.Throwable cause)
        Constructor.
        Parameters:
        vars - An array with 2 substitution variables for CWTKA0119E: The requested action (''{0}'') cannot be applied to the ''{1}'' task instance because it belongs to a chain of tasks that is not complete.
        {0} is the action the user attempted to perform.
        {1} is the task id.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8