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