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