public class EngineProcessCannotBeMigratedException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineProcessCannotBeMigratedException(java.lang.Object[] vars)
Constructor.
|
EngineProcessCannotBeMigratedException(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 EngineProcessCannotBeMigratedException(java.lang.Object[] vars)
vars
- See EngineProcessCannotBeMigratedException(Object[], Throwable)
public EngineProcessCannotBeMigratedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBE0198E: The process ''{0}'' cannot be migrated to process model ''{1}'' with valid from date ''{2}'' because it already passed critical changes.cause
- The exception that was thrown.