Class ReactiveEntityActionVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.action.internal.EntityActionVetoException
org.hibernate.reactive.engine.impl.ReactiveEntityActionVetoException
All Implemented Interfaces:
Serializable

public class ReactiveEntityActionVetoException extends org.hibernate.action.internal.EntityActionVetoException
See Also:
  • Constructor Details

    • ReactiveEntityActionVetoException

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