Class LoggingAuditExceptionHandler
java.lang.Object
org.openehealth.ipf.commons.audit.handler.LoggingAuditExceptionHandler
- All Implemented Interfaces:
AuditExceptionHandler
Example implementation of an audit exception handler
- Since:
- 3.5
- Author:
- Christian Ohr
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(AuditContext auditContext, Throwable throwable, String auditMessage)
-
Constructor Details
-
LoggingAuditExceptionHandler
public LoggingAuditExceptionHandler()
-
-
Method Details
-
handleException
- Specified by:
handleException
in interfaceAuditExceptionHandler
-