Interface PersistencyExceptionHandler
public interface PersistencyExceptionHandler
Generic persistency exception handler
- Since:
- 9.5
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionvoidonException(Exception e, Object event) Logic to handle the exceptions.
-
Method Details
-
onException
Logic to handle the exceptions.
-