public class SockJsException extends NestedRuntimeException
Constructor and Description |
---|
SockJsException(java.lang.String message,
java.lang.String sessionId,
java.lang.Throwable cause)
Constructor for SockJsException.
|
SockJsException(java.lang.String message,
java.lang.Throwable cause)
Constructor for SockJsException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSockJsSessionId()
Return the SockJS session id.
|
contains, getMessage, getMostSpecificCause, getRootCause
public SockJsException(java.lang.String message, @Nullable java.lang.Throwable cause)
message
- the exception messagecause
- the root cause@Nullable public java.lang.String getSockJsSessionId()