Class InvalidWebSocketException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidSignatureException

    @Deprecated(since="2021-05-27")
    public class InvalidWebSocketException
    extends WebSocketException
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Indicating that the provided Class is not a valid WebSocket as defined by the API.

    A valid WebSocket should do one of the following:

    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

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

      • InvalidWebSocketException

        public InvalidWebSocketException​(java.lang.String message)
        Deprecated.
      • InvalidWebSocketException

        public InvalidWebSocketException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Deprecated.