|
||||||||||
| 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
| Field Summary |
|---|
| Fields inherited from interface org.kuali.rice.krad.service.KualiFeedbackService |
|---|
REPORT_MAIL_LIST |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.kuali.rice.krad.service.KualiFeedbackService |
|---|
emailReport, sendFeedback |
| Method Detail |
|---|
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 | |||||||||