TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionException
381382383384385386387388
{ return xaConnection.getXAResource(); } catch (SQLException e) { throw new TransactionException(e); } }