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, java.lang.Throwable cause)
message
- the exception messagecause
- the root causepublic SockJsException(java.lang.String message, java.lang.String sessionId, java.lang.Throwable cause)
message
- the exception messagesessionId
- the SockJS session idcause
- the root cause