data = cachingResourceBundleData.getBackend();
}
}
if (data instanceof RepositoryResourceBundleData == false)
{
throw new ContentNotRecognizedException("No valid handler for the given content.");
}
final RepositoryResourceBundleData bdata = (RepositoryResourceBundleData) data;
final Repository repository = bdata.getRepository();
try