Class PersistenceHookNotFoundException

All Implemented Interfaces:
Serializable

public class PersistenceHookNotFoundException extends PersistenceHookException
This exception is thrown when a hook with name matching hookName is not found
See Also:
  • Constructor Details

    • PersistenceHookNotFoundException

      public PersistenceHookNotFoundException(PersistenceContext context, String hookName)
      Instantiates this exception
      Parameters:
      context - a context for the hook execution
      hookName - name of the hook that is requested by the context, but which does not exist in the system.