public class EngineLateBindingInfoException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineLateBindingInfoException(java.lang.Object[] vars)
Constructor.
|
EngineLateBindingInfoException(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 EngineLateBindingInfoException(java.lang.Object[] vars)
vars
- See EngineLateBindingInfoException(Object[], Throwable)
public EngineLateBindingInfoException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 5 substitution variables for
CWWBE0204I: The process template ''{0}'' with the partner link ''{1}'' cannot invoke the late-bound process template ''{2}'', valid from ''{3}'', from the module ''{4}'' because the SCA export is missing. Processing will continue, but it might lead to unpredictable results.cause
- The exception that was thrown.