sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

Unable to display SQLException from non-h2db drivers #23

Closed sylvainlaurent closed 10 years ago

sylvainlaurent commented 10 years ago

The console cannot deserialize custom SQLException if the exception class is not in its classpath (e.g. HsqlException).