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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(AuditContext auditContext, Throwable throwable, String auditMessage)  
- 
Constructor Details
- 
LoggingAuditExceptionHandler
public LoggingAuditExceptionHandler() 
 - 
 - 
Method Details
- 
handleException
- Specified by:
 handleExceptionin interfaceAuditExceptionHandler
 
 -