| @SteveEbersole I just ran into this in 5.2.9. It appears the `ExceptionConverterImpl` doesn't have an explicit case for `LockAcquisitionException` like it does with the other locking exceptions for the method `public RuntimeException convert(HibernateException e, LockOptions lockOptions)` (line 83). |