if (mongoCache)
throw new GridException("Mongo cache cannot be data center replication receiver cache: " +
cc.getName());
GridDrReceiverCacheConflictResolverMode rslvrMode = drRcvCfg.getConflictResolverMode();
assertParameter(rslvrMode != null, "cfg.getDrReceiverConfiguration().getConflictResolverPolicy() != null");
if (rslvrMode != DR_AUTO && drRcvCfg.getConflictResolver() == null)
throw new GridException("Conflict resolver must be not null with " + rslvrMode + " resolving policy");