throw new RuntimeException("Exceeded Shopify Call Speed Limit! "+callLimit);
}
if(resp.getStatus()==422){
//woah! bad request!
throw new BadShopifyRequest("Shopify Request Rejected! "+IOUtils.toString(resp.getEntityStream()));
}
if(callLimit==null) return; //nothing to see here
//set the values we got back from the server