File parentAuthorityDir = this.getAuthorityDir(((FileSubSegment)subSegment).getParentAuthorityId());
if (! parentAuthorityDir.exists()) {
throw new StoreNotFoundException("Parent authority does not exist.");
}
FileAuthority parent = new FileAuthority(parentAuthorityDir);
// done