11121314151617
private BankImpl bank; protected void setUp() throws Exception { super.setUp(); bank = new BankImpl("TestBank"); }
3435363738394041424344
System.out.println(ex.getMessage()); } try { bankImpl = new BankImpl("TestBank"); Naming.rebind("TestBank", bankImpl); Registry registry = LocateRegistry.getRegistry(); } catch (MalformedURLException ex) {