153154155156157158159160
if(!exist) { String msg = "LB with [cluster id] "+lbClusterId+ " does not exist in any network partition of [Deployment Policy] "+deploymentPolicyId; log.error(msg); throw new NonExistingLBException(msg); } }