brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.65k stars 2.9k forks source link

Documentation of property exceptionOverrideClassName #2123

Open unru006 opened 9 months ago

unru006 commented 9 months ago

Hi!

We are using the AWS JDBC wrapper (https://github.com/awslabs/aws-advanced-jdbc-wrapper) together with HikariCP and want to override the exception class name (exceptionOverrideClassName). I can find references to this in the code but no documentation entry regarding that property. Is it possible to set it (e.g. via hibernate property: hibernate.hikari.exceptionOverrideClassName)?

Thanks and BR Eddy