package org.bouncycastle.asn1;

import java.io.IOException;

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

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public Throwable f2206;

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