3637383940414243
public void createServerFacade() throws CommunicationException { try { RMIFacadeAdapter.getInstance(); } catch (Exception e) { throw new CommunicationException(e.getMessage()); } }