Class MissingExtensionAlert

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingExtensionAlert
    extends ErrorAlert
    https://tools.ietf.org/html/rfc8446#section-6.2 "missing_extension: Sent by endpoints that receive a handshake message not containing an extension that is mandatory to send for the offered TLS version or other negotiated parameters."
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingExtensionAlert

        public MissingExtensionAlert()
      • MissingExtensionAlert

        public MissingExtensionAlert​(java.lang.String message)