public class SchedulingEscalationFailedException extends SchedulingFailedException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
SchedulingEscalationFailedException(java.lang.Object[] vars)
Constructor.
|
SchedulingEscalationFailedException(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 SchedulingEscalationFailedException(java.lang.Object[] vars)
vars
- See SchedulingEscalationFailedException(Object[], Throwable)
public SchedulingEscalationFailedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKA0139E: Scheduling the escalation ''{0}'' failed.cause
- The exception that was thrown.