Package org.hibernate.action.internal
Class EntityActionVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.action.internal.EntityActionVetoException
- All Implemented Interfaces:
Serializable
An exception indicating that an
EntityAction
was vetoed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityActionVetoException
(String message, EntityAction entityAction) Constructs a EntityActionVetoException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityActionVetoException
Constructs a EntityActionVetoException- Parameters:
message
- Message explaining the exception conditionentityAction
- TheEntityAction
was vetoed that was vetoed.
-
-
Method Details
-
getEntityAction
-