spring-framework / org.springframework.web.socket.sockjs / SockJsTransportFailureException

SockJsTransportFailureException

open class SockJsTransportFailureException : SockJsException

Indicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g. IOException while writing to the response). When this exception is raised, the SockJS session is typically closed.

Author
Rossen Stoyanchev

Since
4.0

Constructors

<init>

SockJsTransportFailureException(message: String, cause: Throwable)
SockJsTransportFailureException(message: String, sessionId: String, cause: Throwable)

Constructor for SockJsTransportFailureException.