
This will terminate the transaction and free resources
In theory you should not need to call this, since commit() and rollback() will call it.
However if you want to ensure release of the connection you can call it to be safe.
Throws:
-
java.lang.Exception -