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
Content copied to clipboard
Exception thrown when the connection attempt failed at web socket level.