package A;

import java.util.concurrent.CancellationException;

/* JADX INFO: loaded from: classes.dex */
public abstract class c extends CancellationException {

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

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

    @Override // java.lang.Throwable
    public final Throwable fillInStackTrace() {
        switch (this.f43a) {
            case 0:
                setStackTrace(d.f44a);
                break;
            default:
                setStackTrace(F0.b.f1362a);
                break;
        }
        return this;
    }
}
