Interface AuditExceptionHandler
- All Known Implementing Classes:
LoggingAuditExceptionHandler
public interface AuditExceptionHandler
Handler to be configured on a
AuditContext that defines what shall happen if sending
the audit message to a destination has failed. The options range from simple logging,
rethrowing, retrying (via AuditContext.audit(AuditMessage...) etc.- Since:
- 3.5
- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(AuditContext auditContext, Throwable t, String auditMessage)
-
Method Details
-
handleException
-