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