|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KualiExceptionIncidentService
This is used for sending report of an incident
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||