}
public void populate() {
TxController txCtl = beanManager.getTxController();
try {
txCtl.transferFunds(transferAmount, "Transfer", fromAccountId, toAccountId);
} catch (RemoteException e) {
} catch (IllegalArgumentException e) {
} catch (AccountNotFoundException e) {
} catch (InsufficientFundsException e) {
} catch (InsufficientCreditException e) {