public class ChainIsCompletedException extends WrongTaskStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ChainIsCompletedException(java.lang.Object[] vars)
Constructor.
|
ChainIsCompletedException(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 ChainIsCompletedException(java.lang.Object[] vars)
vars
- See ChainIsCompletedException(Object[], Throwable)
public ChainIsCompletedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0118E: The requested action (''{0}'') cannot be applied to the ''{1}'' task instance because it belongs to a completed chain of tasks.cause
- The exception that was thrown.