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