Class InvalidWebSocketException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateAnnotationException, InvalidSignatureException

public class InvalidWebSocketException extends WebSocketException
Indicating that the provided Class is not a valid WebSocket per the chosen API.
See Also:
  • Constructor Details

    • InvalidWebSocketException

      public InvalidWebSocketException(String message)
    • InvalidWebSocketException

      public InvalidWebSocketException(String message, Throwable cause)