public class EntityActionVetoException extends HibernateException
EntityAction was vetoed.| Constructor and Description |
|---|
EntityActionVetoException(String message,
EntityAction entityAction)
Constructs a EntityActionVetoException
|
| Modifier and Type | Method and Description |
|---|---|
EntityAction |
getEntityAction() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityActionVetoException(String message, EntityAction entityAction)
message - Message explaining the exception conditionentityAction - The EntityAction was vetoed that was vetoed.public EntityAction getEntityAction()
Copyright © 2019 JBoss by Red Hat. All rights reserved.