package g2;

/* JADX INFO: compiled from: ASN1ParsingException.java */
/* JADX INFO: loaded from: classes.dex */
public class r extends IllegalStateException {

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

    public r(String str) {
        super(str);
    }

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

    public r(String str, Throwable th) {
        super(str);
        this.f4735e = th;
    }
}
