Package org.bouncycastle.tls
Class TlsFatalAlertReceived
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.tls.TlsException
org.bouncycastle.tls.TlsFatalAlertReceived
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.tls.TlsException
cause
-
Constructor Summary
-
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
-
TlsFatalAlertReceived
public TlsFatalAlertReceived(short alertDescription)
-
-
Method Details
-
getAlertDescription
public short getAlertDescription()
-