jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
196 stars 58 forks source link

Allow nested exceptions #360

Closed lukasj closed 2 years ago

lukasj commented 2 years ago

Allow nested exceptions on the few PersistenceExceptions subclasses that currently do not, like EntityNotFoundException, NonUniqueResultException and TransactionRequiredException

lukasj commented 2 years ago

done