public class TaskMigrationWithNewEscalationNameNotSupportedException extends TaskMigrationNotSupportedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TaskMigrationWithNewEscalationNameNotSupportedException(java.lang.Object[] vars)
Constructor.
|
TaskMigrationWithNewEscalationNameNotSupportedException(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 TaskMigrationWithNewEscalationNameNotSupportedException(java.lang.Object[] vars)
vars
- See TaskMigrationWithNewEscalationNameNotSupportedException(Object[], Throwable)
public TaskMigrationWithNewEscalationNameNotSupportedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0147E: The specified task instance ''{0}'' with escalation name ''{2}'' cannot be migrated to the specified template ''{1}''. The new task template does not contain a corresponding escalation template with name ''{2}''.cause
- The exception that was thrown.