- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.luminis.tls.TlsProtocolException
-
- net.luminis.tls.alert.ErrorAlert
-
- net.luminis.tls.alert.UnexpectedMessageAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class UnexpectedMessageAlert extends ErrorAlert
https://tools.ietf.org/html/rfc8446#section-6.2 "unexpected_message: An inappropriate message (e.g., the wrong handshake message, premature Application Data, etc.) was received. This alert should never be observed in communication between proper implementations."- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedMessageAlert(java.lang.String message)
-
Method Summary
-
Methods inherited from class net.luminis.tls.alert.ErrorAlert
alertDescription
-
-