public interface KualiExceptionIncidentService
Modifier and Type | Method and Description |
---|---|
void |
emailReport(String subject,
String message)
This method send email to the defined mailing list with a specified subject and
message.
|
KualiExceptionIncident |
getExceptionIncident(Exception exception,
Map<String,String> properties)
This method create an instance of the KualiExceptionIncident from its factory.
|
KualiExceptionIncident |
getExceptionIncident(Map<String,String> properties)
This method create an instance of the KualiExceptionIncident from its factory.
|
void |
report(KualiExceptionIncident exceptionIncident)
This method send email to the defined mailing list using the exception incident
instance.
|
void emailReport(String subject, String message) throws Exception
subject
- message
- Exception
void report(KualiExceptionIncident exceptionIncident) throws Exception
exceptionIncident
- Exception
KualiExceptionIncident getExceptionIncident(Exception exception, Map<String,String> properties)
exception
- properties
- Additional information when the exception is thrown
example:
KualiExceptionIncident getExceptionIncident(Map<String,String> properties)
properties
- The list of name-value pairs containing the thrown exception
informationCopyright © 2005-2012 The Kuali Foundation. All Rights Reserved.