Class InvalidWebSocketException

java.lang.Object
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: