Package 

Class InvalidHandshakeException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.tds.common.websocket.exceptions.InvalidDataException

        getCloseCode
      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidHandshakeException

        InvalidHandshakeException()
        constructor for a InvalidHandshakeExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
      • InvalidHandshakeException

        InvalidHandshakeException(String s, Throwable t)
        constructor for a InvalidHandshakeExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
        Parameters:
        s - the detail message.
        t - the throwable causing this exception.
      • InvalidHandshakeException

        InvalidHandshakeException(String s)
        constructor for a InvalidHandshakeExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
        Parameters:
        s - the detail message.
      • InvalidHandshakeException

        InvalidHandshakeException(Throwable t)
        constructor for a InvalidHandshakeExceptioncalling InvalidDataException with closecode PROTOCOL_ERROR
        Parameters:
        t - the throwable causing this exception.