isCreditAcct = true;
if (isCreditAcct) {
if (operation == 0) {
try {
txctl.makeCharge(amount, "ATM Withdrawal", accountId);
} catch (RemoteException e) {
} catch (IllegalArgumentException e) {
} catch (AccountNotFoundException e) {
} catch (InsufficientCreditException e) {
} catch (IllegalAccountTypeException e) {