/* 263 */ String msg = formatException("Unexpected Throwable", remoteTxRollback.detail);
/* */
/* 266 */ cause = new EJBException(msg);
/* */ }
/* */ }
/* 269 */ e = new JBossTransactionRolledbackLocalException(remoteTxRollback.getMessage(), cause);
/* */ }
/* */
/* 276 */ if ((!isLocal) && ((e instanceof TransactionRolledbackLocalException)))
/* */ {
/* 278 */ TransactionRolledbackLocalException localTxRollback = (TransactionRolledbackLocalException)e;