495051525354555657
accounts.put(name, account.value); result = true; } else { AccountAlreadyExistsExceptionType ex = new AccountAlreadyExistsExceptionType(); ex.setName(name); throw new AccountAlreadyExistsException("Account Already Exists", ex); } return result; }