package g2;

import java.io.IOException;

/* JADX INFO: compiled from: ASN1Exception.java */
/* JADX INFO: loaded from: classes.dex */
public class g extends IOException {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private Throwable f4700e;

    g(String str) {
        super(str);
    }

    @Override // java.lang.Throwable
    public Throwable getCause() {
        return this.f4700e;
    }

    g(String str, Throwable th) {
        super(str);
        this.f4700e = th;
    }
}
