ResourceId resourceId = obtainResourceId(uri);
resourceId.getStore().storeRevisionContent(resourceId, revisionDescriptor, revisionContent);
}
catch (ObjectNotFoundException e) {
// TODO: throw RevisionNotFoundException???
throw new ServiceAccessException(this, e);
}
}
}