public interface KualiExceptionIncidentService extends KualiFeedbackService
REPORT_MAIL_LIST| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
emailReport, sendFeedbackvoid report(KualiExceptionIncident exceptionIncident) throws Exception
exceptionIncident - ExceptionKualiExceptionIncident 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–2016 The Kuali Foundation. All rights reserved.