public class TaskNotSuspendedException extends WrongTaskStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TaskNotSuspendedException(java.lang.Object[] vars)
Constructor.
|
TaskNotSuspendedException(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 TaskNotSuspendedException(java.lang.Object[] vars)
vars
- See TaskNotSuspendedException(Object[], Throwable)
public TaskNotSuspendedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0112E: You cannot perform the requested action (''{1}'') because the ''{0}'' task instance is not suspended.cause
- The exception that was thrown.