com.ibm.bpe.api
Class EngineWrongTaskStateException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.bpe.api.ProcessException
com.ibm.bpe.api.EngineWrongStateException
com.ibm.bpe.api.EngineWrongTaskStateException
All implemented interfaces:
java.io.Serializable
- public class EngineWrongTaskStateException
- extends EngineWrongStateException
Since:
6.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ASSOC_OBJ_TYPE_ACTIVITY
Constant to define task exception associated with an activity.
|
|
ASSOC_OBJ_TYPE_ACTIVITY_MSG
Message key constant for task exception associated with an activity.
|
|
ASSOC_OBJ_TYPE_EVENTHANDLER
Constant to define task exception associated with an event handler.
|
|
ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
Message key constant for task exception associated with an event handler.
|
|
ASSOC_OBJ_TYPE_PROCESS
Constant to define task exception associated with a process.
|
|
ASSOC_OBJ_TYPE_PROCESS_MSG
Message key constant for task exception associated with a process.
|
|
COPYRIGHT
|
Fields inherited from class com.ibm.bpe.api.ProcessException |
---|
_catalog, _cause, _id, _key, _message, _vars |
Method Summary
Modifier and Type | Method and Description |
---|---|
create(int assocObjectType,java.lang.Object[] vars,java.lang.Throwable cause)
Factory method to create a EngineWrongTaskStateException.
|
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:
ASSOC_OBJ_TYPE_ACTIVITY
- public static final int ASSOC_OBJ_TYPE_ACTIVITY
Constant to define task exception associated with an activity.
See Also:
ASSOC_OBJ_TYPE_PROCESS
- public static final int ASSOC_OBJ_TYPE_PROCESS
Constant to define task exception associated with a process.
See Also:
ASSOC_OBJ_TYPE_EVENTHANDLER
- public static final int ASSOC_OBJ_TYPE_EVENTHANDLER
Constant to define task exception associated with an event handler.
See Also:
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:
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:
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:
Method Detail
create
- public static EngineWrongTaskStateException create( int assocObjectType,
- java.lang.Object[] vars,
- java.lang.Throwable cause)
Factory method to create a EngineWrongTaskStateException.