Class WsClientException

All Implemented Interfaces:
Serializable

public class WsClientException extends RuntimeException
A WebSocket client exception.
See Also:
  • Constructor Details

    • WsClientException

      public WsClientException(String message)
      Exception without an underlying cause.
      Parameters:
      message - descriptive message of what happened
    • WsClientException

      public WsClientException(String message, Throwable cause)
      Exception caused by another exception.
      Parameters:
      message - descriptive message
      cause - underlying cause