public class EscalationDoesNotExistException extends ObjectDoesNotExistException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EscalationDoesNotExistException(java.lang.Object[] vars)
Constructor.
|
EscalationDoesNotExistException(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 EscalationDoesNotExistException(java.lang.Object[] vars)
vars
- See EscalationDoesNotExistException(Object[], Throwable)
public EscalationDoesNotExistException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKA0026E: The escalation ''{0}'' does not exist; it might have been deleted in the meantime.cause
- The exception that was thrown.