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