Class EntityActionVetoException

All Implemented Interfaces:
Serializable

public class EntityActionVetoException extends HibernateException
An exception indicating that an EntityAction was vetoed.
See Also:
  • Constructor Details

    • EntityActionVetoException

      public EntityActionVetoException(String message, EntityAction entityAction)
      Constructs a EntityActionVetoException
      Parameters:
      message - Message explaining the exception condition
      entityAction - The EntityAction was vetoed that was vetoed.
  • Method Details