package W;

/* JADX INFO: loaded from: classes.dex */
public final class N extends V {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public N(Throwable th, int i) {
        super(i);
        P6.g.e(th, "readException");
        this.f6951b = th;
    }
}
