package org.apache.http.client; @Deprecated /* loaded from: classes5.dex */ public class HttpResponseException extends ClientProtocolException { public HttpResponseException(int i, String str) { throw new RuntimeException("Stub!"); } public int getStatusCode() { throw new RuntimeException("Stub!"); } }