package n;

/* JADX INFO: renamed from: n.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0643i extends Exception {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f5540b;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final int f5541g;

    public C0643i(String str) {
        super(str);
        this.f5540b = false;
        this.f5541g = -1;
    }

    public C0643i(Throwable th) {
        super(th);
        this.f5540b = false;
        this.f5541g = -1;
    }

    C0643i(Throwable th, boolean z2) {
        super(th);
        this.f5540b = z2;
        this.f5541g = -1;
    }

    public C0643i(Throwable th, int i2) {
        super(th);
        this.f5540b = false;
        this.f5541g = i2;
    }
}
