package org.spongycastle.crypto;
/* loaded from: classes6.dex */
public class CryptoException extends Exception {
private Throwable b;
@Override // java.lang.Throwable
public Throwable getCause() {
return this.b;
}