GORM "getNextException" equivalent
- by Josh K
GORM sits on top of [Hibernate](http://en.wikipedia.org/wiki/Hibernate_(Java). The issue is that sometimes Hibernate will throw exceptions from the JDBC driver that I can't figure out how to investigate.
Specifically:
Could not execute JDBC batch update; /* snip */
Caused by: java.sql.BatchUpdateException: /* snip */
[insert] was aborted. …