StompConnectionException
class StompConnectionException(val host: String?, cause: Throwable? = null) : ConnectionException(source)
Exception thrown when the connection attempt failed at STOMP protocol level.
Exception thrown when the connection attempt failed at STOMP protocol level.