"immediate connect to server=" + serverKey);
communicationException.setMessageType(getKey());
throw communicationException;
}
// add server to service
service.addServer(server);
// add service to server
server.setService(service);
// add server to server registry
this.serverRegistry.addServer(serverKey, server);