public class TlsFatalAlert extends IOException
Modifier and Type | Field and Description |
---|---|
protected Throwable |
alertCause |
protected short |
alertDescription |
Constructor and Description |
---|
TlsFatalAlert(short alertDescription) |
TlsFatalAlert(short alertDescription,
Throwable alertCause) |
Modifier and Type | Method and Description |
---|---|
short |
getAlertDescription() |
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 BouncyCastle.org. All rights reserved.