Class WsClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.nima.websocket.client.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