package z0;

import java.io.IOException;

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public static final /* synthetic */ int f19130r = 0;

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

    public i(int i) {
        this.f19131q = i;
    }

    public i(Exception exc, int i) {
        super(exc);
        this.f19131q = i;
    }

    public i(String str, Exception exc, int i) {
        super(str, exc);
        this.f19131q = i;
    }
}
