StompConnectionException

class StompConnectionException(val host: String?, cause: Throwable? = null) : ConnectionException

Exception thrown when the connection attempt failed at STOMP protocol level.

Constructors

Link copied to clipboard
constructor(host: String?, cause: Throwable? = null)

Properties

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