spring-framework / org.springframework.web.socket.sockjs / SockJsTransportFailureException / <init>

<init>

SockJsTransportFailureException(message: String, @Nullable cause: Throwable)

Constructor for SockJsTransportFailureException.

Parameters

message - the exception message

cause - the root cause

Since
4.1.7

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

Constructor for SockJsTransportFailureException.

Parameters

message - the exception message

sessionId - the SockJS session id

cause - the root cause