类 EntityActionVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.action.internal.EntityActionVetoException
-
- 所有已实现的接口:
Serializable
public class EntityActionVetoException extends HibernateException
An exception indicating that anEntityActionwas vetoed.- 作者:
- Vlad Mihalcea
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 EntityActionVetoException(String message, EntityAction entityAction)Constructs a EntityActionVetoException
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 EntityActiongetEntityAction()
-
-
-
构造器详细资料
-
EntityActionVetoException
public EntityActionVetoException(String message, EntityAction entityAction)
Constructs a EntityActionVetoException- 参数:
message- Message explaining the exception conditionentityAction- TheEntityActionwas vetoed that was vetoed.
-
-
方法详细资料
-
getEntityAction
public EntityAction getEntityAction()
-
-