facade= (IFacadeRMITargetAdapter) Naming.lookup(server);
System.out.println("Remote DisqueSaude found");
} catch (java.rmi.RemoteException rmiEx) {
rmiInitExceptionHandling(rmiEx);
throw new CommunicationException(rmiEx.getMessage());
} catch (java.rmi.NotBoundException rmiEx) {
rmiInitExceptionHandling(rmiEx);
throw new CommunicationException(rmiEx.getMessage());
} catch (java.net.MalformedURLException rmiEx) {
rmiInitExceptionHandling(rmiEx);
throw new CommunicationException(rmiEx.getMessage());
}
}