xaException.initCause(ex);
throw xaException;
} catch (HeuristicMixedException ex) {
final XAException xaException = new XAException(XAException.XA_HEURMIX);
xaException.initCause(ex);
throw xaException;
} catch (final HeuristicCommitException ex) {
final XAException xaException = new XAException(XAException.XA_HEURCOM);
xaException.initCause(ex);