public class TaskMigrationNotSupportedIfEndedException extends TaskMigrationNotSupportedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TaskMigrationNotSupportedIfEndedException(java.lang.Object[] vars)
Constructor.
|
TaskMigrationNotSupportedIfEndedException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public TaskMigrationNotSupportedIfEndedException(java.lang.Object[] vars)
vars
- See TaskMigrationNotSupportedIfEndedException(Object[], Throwable)
public TaskMigrationNotSupportedIfEndedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 4 substitution variables for
CWTKA0143E: The specified task instance ''{0}'' cannot be migrated to the specified template ''{1}'', because it is in state ''{2}''. Only task instances in states ''{3}'' can be migrated.cause
- The exception that was thrown.