package s;

import n4.u0;

/* JADX INFO: renamed from: s.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1514b extends Throwable {

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

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

    private final synchronized Throwable a() {
        return this;
    }

    private final synchronized Throwable b() {
        return this;
    }

    @Override // java.lang.Throwable
    public final synchronized Throwable fillInStackTrace() {
        switch (this.f16712q) {
            case u0.f15495q /* 0 */:
                a();
                break;
            default:
                b();
                break;
        }
        return this;
    }
}
