public class EscalationIsFinishedException extends WrongEscalationStateException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EscalationIsFinishedException(java.lang.Object[] vars)
Constructor.
|
EscalationIsFinishedException(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 EscalationIsFinishedException(java.lang.Object[] vars)
vars
- See EscalationIsFinishedException(Object[], Throwable)
public EscalationIsFinishedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0117E: The ''{0}'' escalation instance is finished; it does not allow the ''{1}'' requested action.cause
- The exception that was thrown.