IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Class EngineWrongTaskKindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.bpe.api.ProcessException
              extended by com.ibm.bpe.api.EngineWrongKindException
                  extended by com.ibm.bpe.api.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 Summary
static int ASSOC_OBJ_TYPE_ACTIVITY
          Constant to define task exception associated with an activity.
protected static java.lang.String ASSOC_OBJ_TYPE_ACTIVITY_MSG
          Message key constant for task exception associated with an activity.
static int ASSOC_OBJ_TYPE_EVENTHANDLER
          Constant to define task exception associated with an event handler.
protected static java.lang.String ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
          Message key constant for task exception associated with an event handler.
static int ASSOC_OBJ_TYPE_PROCESS
          Constant to define task exception associated with a process.
protected static java.lang.String ASSOC_OBJ_TYPE_PROCESS_MSG
          Message key constant for task exception associated with a process.
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.bpe.api.ProcessException
_catalog, _cause, _id, _key, _message, _vars
 
Method Summary
static EngineWrongTaskKindException create(int assocObjectType, java.lang.Object[] vars, java.lang.Throwable cause)
          Factory method to create a EngineWrongTaskKindException.
 
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

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 WebSphere Application ServerTM
Release 7