Interface PersistencyExceptionHandler


public interface PersistencyExceptionHandler
Generic persistency exception handler
Since:
9.5
Author:
eitany
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logic to handle the exceptions.
  • Method Details

    • onException

      void onException(Exception e, Object event)
      Logic to handle the exceptions.