Class WebSocketClientException

All Implemented Interfaces:
Serializable

@Experimental("This API is experimental and may change in the future") public class WebSocketClientException extends WebSocketException
See Also:
  • Constructor Details

    • WebSocketClientException

      public WebSocketClientException(String message, Throwable cause)
    • WebSocketClientException

      public WebSocketClientException(String message)
    • WebSocketClientException

      public WebSocketClientException(Throwable cause)