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