spring-framework / org.springframework.messaging.simp.stomp / ConnectionLostException

ConnectionLostException

open class ConnectionLostException : RuntimeException

Raised when the connection for a STOMP session is lost rather than closed.

Author
Rossen Stoyanchev

Since
4.2

Constructors

<init>

ConnectionLostException(message: String)