Class InvalidHandshakeException

    • Constructor Detail

      • InvalidHandshakeException

        public InvalidHandshakeException()
        constructor for a InvalidHandshakeException

        calling InvalidDataException with closecode PROTOCOL_ERROR

      • InvalidHandshakeException

        public InvalidHandshakeException​(String s,
                                         Throwable t)
        constructor for a InvalidHandshakeException

        calling InvalidDataException with closecode PROTOCOL_ERROR

        Parameters:
        s - the detail message.
        t - the throwable causing this exception.
      • InvalidHandshakeException

        public InvalidHandshakeException​(String s)
        constructor for a InvalidHandshakeException

        calling InvalidDataException with closecode PROTOCOL_ERROR

        Parameters:
        s - the detail message.
      • InvalidHandshakeException

        public InvalidHandshakeException​(Throwable t)
        constructor for a InvalidHandshakeException

        calling InvalidDataException with closecode PROTOCOL_ERROR

        Parameters:
        t - the throwable causing this exception.