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
getMessage, initCause, printStackTrace, printStackTrace, toString
public TlsFatalAlert(short alertDescription)
public TlsFatalAlert(short alertDescription, Throwable alertCause)