565758596061626364
throws TransactionException { this.connection = connection; try { this.jabTransaction = new JABTransaction(session, timeout); } catch (Throwable e) { throw new TransactionException("Could not create the transaction: " + e.getMessage(), e); } }