inactiveTransactionException.initCause(e1);
throw inactiveTransactionException;
}
catch (org.omg.CORBA.NO_PERMISSION e2)
{
throw new SecurityException(e2);
}
catch (INVALID_TRANSACTION e3)
{
InactiveTransactionException inactiveTransactionException = new InactiveTransactionException(
jtaLogger.loggerI18N.getString("com.arjuna.ats.internal.jta.transaction.jts.invalidtx2"));