package a0;

import java.io.IOException;

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final h f2004g;

    public p(String str, h hVar, int i2) {
        super(str);
        this.f2004g = hVar;
        this.f2003b = i2;
    }

    public p(IOException iOException, h hVar, int i2) {
        super(iOException);
        this.f2004g = hVar;
        this.f2003b = i2;
    }

    public p(String str, IOException iOException, h hVar, int i2) {
        super(str, iOException);
        this.f2004g = hVar;
        this.f2003b = i2;
    }
}
