Class WebSocketConnectionException

All Implemented Interfaces:
Serializable

public class WebSocketConnectionException extends SdkException
Represents an exception that occurs when there is a failure in establishing a WebSocket connection.
See Also:
  • Constructor Details

    • WebSocketConnectionException

      public WebSocketConnectionException(Exception cause)
      Constructs a new WebSocketConnectionException with the specified cause.
      Parameters:
      cause - the cause of the exception
    • WebSocketConnectionException

      public WebSocketConnectionException(String message)
      Constructs a new WebSocketConnectionException with the specified message.
      Parameters:
      message - the detail message