Class SockJsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.socket.sockjs.SockJsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SockJsMessageDeliveryException, SockJsTransportFailureException
Base class for exceptions raised while processing SockJS HTTP requests.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for SockJsException.SockJsException(String message, @Nullable Throwable cause) Constructor for SockJsException.
- 
Method SummaryModifier and TypeMethodDescriptionReturn the SockJS session id.Methods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SockJsException
- 
SockJsException
 
- 
- 
Method Details- 
getSockJsSessionId
 
-