public interface IAlertDefinition
Modifier and Type | Method and Description |
---|---|
void |
issueAlert(java.lang.Throwable exception,
java.lang.Object... arguments)
Issue an alert while passing an array of parameters as insertions to the alert message.
|
void issueAlert(java.lang.Throwable exception, java.lang.Object... arguments)
exception
- The exception that caused this allert to be issued.
Pass null when not applicable.arguments
- The arguments to be added as insertions in the alert message