8788899091929394959697
} catch (Exception e) { // We are throwing an exception, so we don't error it out LOGGER.debug("An exception has occured.", e); throw new TransactionRollbackException(e); } } else { // TODO: what now? }
8081828384858687888990
token.getTransactionStrategy().finish(tm, token); } catch (Exception e) { LOGGER.error("An exception has occured.", e); throw new TransactionRollbackException(e); } } else { // TODO: what now? }
8586878889909192939495
token.getTransactionAttribute().finish(tm, token); } catch (Exception e) { LOGGER.error("An exception has occured.", e); throw new TransactionRollbackException(e); } } else { // TODO: what now? }
8687888990919293949596
} catch (Exception e) { // We are throwing an exception, so we don't error it out LOGGER.debug(Constants.MESSAGES.getMessage("exception.during.tx.finish"), e); throw new TransactionRollbackException(e); } } else { // TODO: what now? }