XRDS xrds = openXRIServer.lookupSelfDescribing(
this.rootSubSegment.getName(),
this.signed.booleanValue());
if (xrds == null) throw new ServerNotFoundException();
Index.this.serverResultFragment.setXrds(xrds);
} catch (ServerNotFoundException ex) {
Index.this.error(Index.this.getString("servernotfound"));