public class IsChildException extends WrongTaskKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
IsChildException(java.lang.Object[] vars)
Constructor.
|
IsChildException(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 IsChildException(java.lang.Object[] vars)
vars
- See IsChildException(Object[], Throwable)
public IsChildException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0109E: The ''{0}'' type of task instance of the ''{1}'' task has child autonomy, which does not allow the requested action ''{2}''.cause
- The exception that was thrown.