Class ReactiveExceptionConverter

  • All Implemented Interfaces:
    org.hibernate.engine.spi.ExceptionConverter

    public class ReactiveExceptionConverter
    extends org.hibernate.internal.ExceptionConverterImpl
    Handle exceptions and convert them following the logic used in Hibernate ORM.

    It converts the exception to a HibernateException or a PersistenceException.

    See Also:
    ExceptionConverter
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveExceptionConverter​(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContract)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.RuntimeException convert​(java.lang.RuntimeException e)  
      • Methods inherited from class org.hibernate.internal.ExceptionConverterImpl

        convert, convert, convert, convert, convertCommitException, wrapLockException, wrapStaleStateException
      • Methods inherited from class java.lang.Object

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

      • ReactiveExceptionConverter

        public ReactiveExceptionConverter​(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContract)
    • Method Detail

      • convert

        public java.lang.RuntimeException convert​(java.lang.RuntimeException e)
        Specified by:
        convert in interface org.hibernate.engine.spi.ExceptionConverter
        Overrides:
        convert in class org.hibernate.internal.ExceptionConverterImpl