Class ReactiveEntityActionVetoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReactiveEntityActionVetoException
    extends org.hibernate.action.internal.EntityActionVetoException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReactiveExecutable getReactiveAction()  
      • Methods inherited from class org.hibernate.action.internal.EntityActionVetoException

        getEntityAction
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReactiveEntityActionVetoException

        public ReactiveEntityActionVetoException​(java.lang.String message,
                                                 ReactiveExecutable reactiveAction)
        Constructs a ReactiveEntityActionVetoException
        Parameters:
        message - Message explaining the exception condition
        reactiveAction - The ReactiveExecutable was vetoed that was vetoed.