package E0;

import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public final class c extends IOException {

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

    public c(Throwable th, int i) {
        super(th);
        this.f1969q = i;
    }
}
