null, operationRequestStatus, icee));
}
} else if (alertConditionCategory == AlertConditionCategory.RESOURCE_CONFIG) {
AlertConditionResourceConfigurationCategoryComposite resourceConfigurationComposite = (AlertConditionResourceConfigurationCategoryComposite) composite;
ResourceConfigurationCacheElement cacheElement = null;
try {
cacheElement = new ResourceConfigurationCacheElement(alertConditionOperator,
resourceConfigurationComposite.getResourceConfiguration(), alertConditionId);
} catch (InvalidCacheElementException icee) {
log.info("Failed to create EventCacheElement with parameters: "
+ AlertConditionCacheUtils.getCacheElementErrorString(alertConditionId, alertConditionOperator,
null, null, icee));