package J3;

/* JADX INFO: renamed from: J3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0436b extends Throwable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f3511a;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C0436b(String str, int i6) {
        super(str);
        this.f3511a = i6;
    }

    @Override // java.lang.Throwable
    public final synchronized Throwable fillInStackTrace() {
        int i6 = this.f3511a;
        synchronized (this) {
            switch (i6) {
            }
            return this;
        }
    }
}
