// Throw javax.ejb.EJBTransactionRolledbackException to
// client.
EJBTransactionRolledbackException transactionException = new EJBTransactionRolledbackException(
"System exception, The transaction has been marked for rollback only");
transactionException.initCause(e);
throw transactionException;
}
/**
* Handle an exception and the transaction is the container transaction.