public class EntityActionVetoException extends HibernateException
EntityAction
was vetoed.Constructor and Description |
---|
EntityActionVetoException(java.lang.String message,
EntityAction entityAction)
Constructs a EntityActionVetoException
|
Modifier and Type | Method and Description |
---|---|
EntityAction |
getEntityAction() |
public EntityActionVetoException(java.lang.String message, EntityAction entityAction)
message
- Message explaining the exception conditionentityAction
- The EntityAction
was vetoed that was vetoed.public EntityAction getEntityAction()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.