public class EngineProcessIsMigratedException extends EngineWrongStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineProcessIsMigratedException(java.lang.Object[] vars)
Constructor.
|
EngineProcessIsMigratedException(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 EngineProcessIsMigratedException(java.lang.Object[] vars)
vars
- See EngineProcessIsMigratedException(Object[], Throwable)
public EngineProcessIsMigratedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBE0195E: The requested action ''{0}'' is not allowed for activity instance ''{1}'' because the process is migrated and the activity is in the past of the migration front.cause
- The exception that was thrown.