Package org.bouncycastle.tls
Class TlsFatalAlert
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.tls.TlsException
org.bouncycastle.tls.TlsFatalAlert
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.tls.TlsException
cause
-
Constructor Summary
ConstructorDescriptionTlsFatalAlert
(short alertDescription) TlsFatalAlert
(short alertDescription, String detailMessage) TlsFatalAlert
(short alertDescription, String detailMessage, Throwable alertCause) TlsFatalAlert
(short alertDescription, Throwable alertCause) -
Method Summary
Methods inherited from class org.bouncycastle.tls.TlsException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
alertDescription
protected short alertDescription
-
-
Constructor Details
-
TlsFatalAlert
public TlsFatalAlert(short alertDescription) -
TlsFatalAlert
-
TlsFatalAlert
-
TlsFatalAlert
-
-
Method Details
-
getAlertDescription
public short getAlertDescription()
-