package org.ksoap2.repackaged.transport; import java.io.IOException; import java.util.List; /* loaded from: classes6.dex */ public class HttpResponseException extends IOException { private int b; private List d; public HttpResponseException(String str, int i, List list) { super(str); this.b = i; this.d = list; } }