throw inactiveTransactionException;
}
catch (org.omg.CosTransactions.NoTransaction e1)
{
IllegalStateException illegalStateException = new IllegalStateException(jtaLogger.loggerI18N.getString("com.arjuna.ats.internal.jta.transaction.jts.notx"));
illegalStateException.initCause(e1);
throw illegalStateException;
}
catch (org.omg.CosTransactions.HeuristicMixed e2)
{
HeuristicMixedException heuristicMixedException = new javax.transaction.HeuristicMixedException();