Class InvalidWebSocketException

All Implemented Interfaces:
Serializable

public class InvalidWebSocketException extends WebSocketException
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:
  • Constructor Details

    • InvalidWebSocketException

      public InvalidWebSocketException(String message)
    • InvalidWebSocketException

      public InvalidWebSocketException(String message, Throwable cause)