public class EngineJoinConditionFailedException extends UnhandledFaultException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
NAMESPACE_BPEL, NAMESPACE_WPC
Constructor and Description |
---|
EngineJoinConditionFailedException(java.lang.Object[] vars)
Constructor.
|
EngineJoinConditionFailedException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getFaultName
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public EngineJoinConditionFailedException(java.lang.Object[] vars)
vars
- See EngineJoinConditionFailedException(Object[], Throwable)
public EngineJoinConditionFailedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWWBE0169E: Evaluating the join condition of activity ''{0}'' failed. See the nested exceptions for details.cause
- The exception that was thrown.