WebSocketConnectionException

open class WebSocketConnectionException(val url: String, message: String = "Failed to connect at web socket level to ", cause: Throwable? = null) : ConnectionException(source)

Deprecated (with error)

This exception is no longer thrown by the StompClient, in favor of org.hildan.krossbow.websocket.WebSocketConnectionException.

Replace with

org.hildan.krossbow.websocket.WebSocketConnectionException

Exception thrown when the connection attempt failed at web socket level.

Constructors

Link copied to clipboard
constructor(url: String, message: String = "Failed to connect at web socket level to ", cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val url: String