public OhlohException(String message, HttpResponse res) {
   this(message);
   response = res;
   this.statusCode = res.getStatusCode();
 }