Class ReactiveExceptionConverter
java.lang.Object
org.hibernate.internal.ExceptionConverterImpl
org.hibernate.reactive.session.impl.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
ConstructorsConstructorDescriptionReactiveExceptionConverter(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContract) -
Method Summary
Methods inherited from class org.hibernate.internal.ExceptionConverterImpl
convert, convert, convert, convert, convertCommitException, wrapLockException, wrapLockException, wrapStaleStateException
-
Constructor Details
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.hibernate.engine.spi.ExceptionConverter- Overrides:
convertin classorg.hibernate.internal.ExceptionConverterImpl
-