[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class HttpResponseException.Builder (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/java/docs/reference/google-http-client/latest/com.google.api.client.http.HttpResponseException.Builder)\n- [1.47.1](/java/docs/reference/google-http-client/1.47.1/com.google.api.client.http.HttpResponseException.Builder)\n- [1.46.3](/java/docs/reference/google-http-client/1.46.3/com.google.api.client.http.HttpResponseException.Builder)\n- [1.45.3](/java/docs/reference/google-http-client/1.45.3/com.google.api.client.http.HttpResponseException.Builder)\n- [1.44.2](/java/docs/reference/google-http-client/1.44.2/com.google.api.client.http.HttpResponseException.Builder)\n- [1.43.2](/java/docs/reference/google-http-client/1.43.2/com.google.api.client.http.HttpResponseException.Builder)\n- [1.42.3](/java/docs/reference/google-http-client/1.42.3/com.google.api.client.http.HttpResponseException.Builder)\n- [1.41.8](/java/docs/reference/google-http-client/1.41.8/com.google.api.client.http.HttpResponseException.Builder) \n\n public static class HttpResponseException.Builder\n\nBuilder.\n\nImplementation is not thread safe. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e HttpResponseException.Builder \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### Builder(HttpResponse response)\n\n public Builder(HttpResponse response)\n\n### Builder(int statusCode, String statusMessage, HttpHeaders headers)\n\n public Builder(int statusCode, String statusMessage, HttpHeaders headers)\n\nMethods\n-------\n\n### build()\n\n public HttpResponseException build()\n\nReturns a new instance of [HttpResponseException](/java/docs/reference/google-http-client/latest/com.google.api.client.http.HttpResponseException) based on this builder.\n\n### getAttemptCount()\n\n public final int getAttemptCount()\n\nReturns the request attempt count\n\n### getContent()\n\n public final String getContent()\n\nReturns the HTTP response content or `null` for none.\n\n### getHeaders()\n\n public HttpHeaders getHeaders()\n\nReturns the HTTP response headers.\n\n### getMessage()\n\n public final String getMessage()\n\nReturns the detail message to use or `null` for none.\n\n### getStatusCode()\n\n public final int getStatusCode()\n\nReturns the HTTP status code or `0` for none.\n\n### getStatusMessage()\n\n public final String getStatusMessage()\n\nReturns the HTTP status message or `null` for none.\n\n### setAttemptCount(int attemptCount)\n\n public HttpResponseException.Builder setAttemptCount(int attemptCount)\n\nSets the attempt count for the related HTTP request execution.\n\n### setContent(String content)\n\n public HttpResponseException.Builder setContent(String content)\n\nSets the HTTP response content or `null` for none.\n\nOverriding is only supported for the purpose of calling the super implementation and\nchanging the return type, but nothing else.\n\n### setHeaders(HttpHeaders headers)\n\n public HttpResponseException.Builder setHeaders(HttpHeaders headers)\n\nSets the HTTP response headers.\n\nOverriding is only supported for the purpose of calling the super implementation and\nchanging the return type, but nothing else.\n\n### setMessage(String message)\n\n public HttpResponseException.Builder setMessage(String message)\n\nSets the detail message to use or `null` for none.\n\nOverriding is only supported for the purpose of calling the super implementation and\nchanging the return type, but nothing else.\n\n### setStatusCode(int statusCode)\n\n public HttpResponseException.Builder setStatusCode(int statusCode)\n\nSets the HTTP status code or `0` for none.\n\nOverriding is only supported for the purpose of calling the super implementation and\nchanging the return type, but nothing else.\n\n### setStatusMessage(String statusMessage)\n\n public HttpResponseException.Builder setStatusMessage(String statusMessage)\n\nSets the HTTP status message or `null` for none.\n\nOverriding is only supported for the purpose of calling the super implementation and\nchanging the return type, but nothing else."]]