|
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.EngineAmbiguousActivityException
public class EngineAmbiguousActivityException
Exception class for error message Engine.AmbiguousActivity.
Thrown when: All APIs that accept an activity name to identify the activity require that this activity name is unique within the process model. If the activity is enclosed in an event handler or a forEach activity, the activity name cannot be used at all to address the activity since multiple instances of this activity might exist.
User action: Check your process model to give the corresponding activity an unique name, if the activity is not enclosed in an event handler or forEach activity or consider to use an API which uses an activity instance ID (AIID) to identify the activity.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Fields inherited from class com.ibm.bpe.api.ProcessException |
---|
_catalog, _cause, _id, _key, _message, _vars |
Constructor Summary | |
---|---|
|
EngineAmbiguousActivityException(java.lang.Object[] vars)
Constructor. |
|
EngineAmbiguousActivityException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor. |
protected |
EngineAmbiguousActivityException(java.lang.String key,
java.lang.Object[] vars,
java.lang.String id,
java.lang.Throwable cause)
Constructor for subclasses only. |
protected |
EngineAmbiguousActivityException(java.lang.String catalog,
java.lang.String key,
java.lang.Object[] vars,
java.lang.String id,
java.lang.Throwable cause)
Constructor for subclasses only. |
Method Summary |
---|
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
Constructor Detail |
---|
public EngineAmbiguousActivityException(java.lang.Object[] vars)
vars
- See EngineAmbiguousActivityException(Object[], Throwable)
public EngineAmbiguousActivityException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0138E: The name ''{0}'' does not uniquely identify an activity in the process model ''{1}''.cause
- The exception that was thrown.protected EngineAmbiguousActivityException(java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
key
- The message key.vars
- The values of the message variables. Can be an empty array. If the array contains objects,
they must be Serializable.id
- The message identifier.cause
- The exception that was thrown.protected EngineAmbiguousActivityException(java.lang.String catalog, java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
catalog
- The catalog which have to be used to retrieve the message.key
- The message key.vars
- The values of the message variables. Can be an empty array. If the array contains objects,
they must be Serializable.id
- The message identifier.cause
- The exception that was thrown.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |