Class SockJsTransportFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.socket.sockjs.SockJsException
org.springframework.web.socket.sockjs.SockJsTransportFailureException
- All Implemented Interfaces:
- Serializable
Indicates a serious failure that occurred in the SockJS implementation as opposed to
in user code (for example, IOException while writing to the response). When this exception
is raised, the SockJS session is typically closed.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSockJsTransportFailureException(String message, @Nullable Throwable cause) Constructor for SockJsTransportFailureException.SockJsTransportFailureException(String message, String sessionId, @Nullable Throwable cause) Constructor for SockJsTransportFailureException.
- 
Method SummaryMethods inherited from class SockJsExceptiongetSockJsSessionIdMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SockJsTransportFailureException
- 
SockJsTransportFailureException
 
-