com.ibm.bpe.api

Class EngineWrongTaskKindException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EngineWrongTaskKindException
    extends EngineWrongKindException
    An EngineWrongTaskKindException encapsulates a TaskWrongKindException thrown by the Human Task Manager and signals such a failure to a Business Flow Manager user.
    Since:
    6.0
    See Also:
    Serialized Form
    • Field Detail

      • ASSOC_OBJ_TYPE_ACTIVITY

        public static final int ASSOC_OBJ_TYPE_ACTIVITY
        Constant to define task exception associated with an activity.
        See Also:
        Constant Field Values
      • ASSOC_OBJ_TYPE_PROCESS

        public static final int ASSOC_OBJ_TYPE_PROCESS
        Constant to define task exception associated with a process.
        See Also:
        Constant Field Values
      • ASSOC_OBJ_TYPE_EVENTHANDLER

        public static final int ASSOC_OBJ_TYPE_EVENTHANDLER
        Constant to define task exception associated with an event handler.
        See Also:
        Constant Field Values
      • ASSOC_OBJ_TYPE_ACTIVITY_MSG

        protected static final java.lang.String ASSOC_OBJ_TYPE_ACTIVITY_MSG
        Message key constant for task exception associated with an activity.
        See Also:
        Constant Field Values
      • ASSOC_OBJ_TYPE_PROCESS_MSG

        protected static final java.lang.String ASSOC_OBJ_TYPE_PROCESS_MSG
        Message key constant for task exception associated with a process.
        See Also:
        Constant Field Values
      • ASSOC_OBJ_TYPE_EVENTHANDLER_MSG

        protected static final java.lang.String ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
        Message key constant for task exception associated with an event handler.
        See Also:
        Constant Field Values
    • Method Detail

      • create

        public static EngineWrongTaskKindException create(int assocObjectType,
                                          java.lang.Object[] vars,
                                          java.lang.Throwable cause)
        Factory method to create a EngineWrongTaskKindException.
IBM Business Process ManagerTM
Release 8