XRI xri = new XRI(this.xri);
XRIAuthority xriAuthority = ((XRIAuthority) xri.getAuthorityPath());
authority = ((StoreBetterLookup) openXRIStore).localLookup(xriAuthority);
if (authority == null) throw new StoreNotFoundException();
} catch (StoreNotFoundException ex) {
BasePage.log.error(ex);
BasePage.this.error(BasePage.this.getString("notfound") + ex.getLocalizedMessage());
return;