449450451452453454455456
final XAException e = new XAException("XA transaction '" + xid + "' has not been started."); e.errorCode = XAException.XAER_NOTA; throw e; } else { throw new MetamorphosisException("Local transaction '" + xid + "' has not been started."); } }