public class SockJsException
extends org.springframework.core.NestedRuntimeException
| Constructor and Description |
|---|
SockJsException(String message,
String sessionId,
Throwable cause)
Constructor for SockJsException.
|
SockJsException(String message,
Throwable cause)
Constructor for SockJsException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSockJsSessionId()
Return the SockJS session id.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SockJsException(String message, @Nullable Throwable cause)
message - the exception messagecause - the root cause@Nullable public String getSockJsSessionId()