what-the-bank/sources/org/ksoap2/repackaged/transport/HttpResponseException.java

17 lines
359 B
Java

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;
}
}