StoreMountable storeMountable = (StoreMountable) this.store;
authorities = storeMountable.listAuthoritiesByPath(path);
} catch (StoreException ex) {
ServerException ex2 = new ServerInternalException("Error while listing mounted authorities.", ex);
log.warn("", ex2);
throw ex2;
}
}