public class MultipleInstanceException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
MultipleInstanceException(java.lang.Object[] vars)
Constructor.
|
MultipleInstanceException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public MultipleInstanceException(java.lang.Object[] vars)
vars
- See MultipleInstanceException(Object[], Throwable)
public MultipleInstanceException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 4 substitution variables for
CWWBA0138E: Correlation processing found instance ''{0}'' for correlation set ''{1}'' and instance ''{2}'' for correlation set ''{3}'' when evaluating the incoming messagecause
- The exception that was thrown.