package e6; import java.io.IOException; /* loaded from: classes2.dex */ public final class e extends IOException { /* renamed from: a, reason: collision with root package name */ private final int f9342a; public e(int i10) { this("Http request failed", i10); } public e(String str, int i10) { this(str, i10, null); } public e(String str, int i10, Throwable th) { super(str + ", status code: " + i10, th); this.f9342a = i10; } }