registry.put(path, resource);
}
}
} catch (IdentityException e) {
log.error("Error while writing entitlement policy resources", e);
throw new IdentityException("Error while writing entitlement policy resources", e);
} catch (RegistryException e) {
log.error("Error while writing entitlement policy resources", e);
throw new IdentityException("Error while writing entitlement policy resources", e);
}
}