How can I get the nextException from a SQLGrammarException?
I use Hibernate and want to store a record and get the following exception:
Now, I want the to "Use getNextException() to retrieve the exceptions for specific batched elements". But this does not print the nextException to my console:
But this does not work..I guess. I cannot get the next SQL Exception. The stacktrace is the same as above, even I catch and want to get the nextException.
Use getNextException() to retrieve the exceptions for specific batched elements
Yes, but how???