@bryan778 try to catch generic exception and print its type (println (class e))
. You can also examine the cause
of that exception: (.getCause e)
Will try that. One thing I noticed is if I just print the exception, I get a vector of two maps, each with a type. One is a generic exception and the other is the the postgres exception.