VJ
Results
2
issues of
VJ
Solution to https://github.com/brettwooldridge/HikariCP/issues/2222
The createTimeoutException() method of HikariPool class wraps SQLException like so: https://github.com/brettwooldridge/HikariCP/blob/0a6ccdb334b2ecde25ae090034669d534736a0de/src/main/java/com/zaxxer/hikari/pool/HikariPool.java#L681-L687 It seems that the intent of the wrapping code is to preserve the main attributes of the cause -...