| In working on a Dialect for NuoDB, there's a case in which an SQLException need to map to a StaleStateException, which is not a subclass of JDBCException. Of course, as a result, I can't handle it in the delegate. It would be helpful if there was a way to do this mapping in the delegate. |