Class 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 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

      • UnexpectedMessageAlert

        public UnexpectedMessageAlert​(java.lang.String message)