appDataResource = getAppDataAddedRegistryResource(appDataResource, values, isUpdate);
registry.put(appDataResourcePath, appDataResource);
} catch (RegistryException e) {
log.error(e.getMessage(), e);
throw new SocialDataException(
"Error while saving app data with id " + appId + " for user " + userId, e);
}
}