|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.bpe.api.ProcessException
com.ibm.bpe.api.EngineWrongKindException
com.ibm.bpe.api.EngineWrongTaskKindException
public class EngineWrongTaskKindException
An EngineWrongTaskKindException encapsulates a TaskWrongKindException thrown by the Human Task Manager and signals such a failure to a Business Flow Manager user.
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 |
---|
public static final java.lang.String COPYRIGHT
public static final int ASSOC_OBJ_TYPE_ACTIVITY
public static final int ASSOC_OBJ_TYPE_PROCESS
public static final int ASSOC_OBJ_TYPE_EVENTHANDLER
protected static final java.lang.String ASSOC_OBJ_TYPE_ACTIVITY_MSG
protected static final java.lang.String ASSOC_OBJ_TYPE_PROCESS_MSG
protected static final java.lang.String ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
Method Detail |
---|
public static EngineWrongTaskKindException create(int assocObjectType, java.lang.Object[] vars, java.lang.Throwable cause)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |