package t;

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

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

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

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