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
public class EntityActionVetoException extends HibernateException
An exception indicating that anEntityAction
was vetoed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityActionVetoException(String message, EntityAction entityAction)
Constructs a EntityActionVetoException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAction
getEntityAction()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EntityActionVetoException
public EntityActionVetoException(String message, EntityAction entityAction)
Constructs a EntityActionVetoException- Parameters:
message
- Message explaining the exception conditionentityAction
- TheEntityAction
was vetoed that was vetoed.
-
-
Method Detail
-
getEntityAction
public EntityAction getEntityAction()
-
-