public class WrongTaskTemplateStateException extends WrongStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WrongTaskTemplateStateException(java.lang.Object[] vars)
Constructor.
|
WrongTaskTemplateStateException(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 WrongTaskTemplateStateException(java.lang.Object[] vars)
vars
- See WrongTaskTemplateStateException(Object[], Throwable)
public WrongTaskTemplateStateException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0063E: Task template state ''{0}'' of template ''{1}'' does not allow the requested action ''{2}''.cause
- The exception that was thrown.