public class EscalationNotificationException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EscalationNotificationException(java.lang.Object[] vars)
Constructor.
|
EscalationNotificationException(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 EscalationNotificationException(java.lang.Object[] vars)
vars
- See EscalationNotificationException(Object[], Throwable)
public EscalationNotificationException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0140E: An error occurred while performing the notification action ''{0}'' for escalation ''{1}''.cause
- The exception that was thrown.