Class PersistenceHookExecutionException

All Implemented Interfaces:
Serializable

public class PersistenceHookExecutionException extends PersistenceHookException
This exception is thrown when a hook fails to execute during runtime
See Also:
  • Constructor Details

    • PersistenceHookExecutionException

      public PersistenceHookExecutionException(PersistenceContext context, String hookName, RuntimeException e)
      Instantiates this exception
      Parameters:
      context - a context for the persistence hook execution
      hookName - name of the hook that failed execution
      e - exception thrown by the hook.