public class ReactiveExceptionConverter
extends org.hibernate.internal.ExceptionConverterImpl
Depending on the value of
AvailableSettings.NATIVE_EXCEPTION_HANDLING_51_COMPLIANCE
it converts the exception to a HibernateException
or PersistenceException
.
ExceptionConverter
,
AvailableSettings.NATIVE_EXCEPTION_HANDLING_51_COMPLIANCE
Constructor and Description |
---|
ReactiveExceptionConverter(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContract) |
Modifier and Type | Method and Description |
---|---|
java.lang.RuntimeException |
convert(java.lang.RuntimeException e) |