public class SockJsTransportFailureException extends SockJsException
Constructor and Description |
---|
SockJsTransportFailureException(java.lang.String message,
java.lang.String sessionId,
java.lang.Throwable cause)
Constructor for SockJsTransportFailureException.
|
SockJsTransportFailureException(java.lang.String message,
java.lang.Throwable cause)
Constructor for SockJsTransportFailureException.
|
getSockJsSessionId
contains, getMessage, getMostSpecificCause, getRootCause
public SockJsTransportFailureException(java.lang.String message, @Nullable java.lang.Throwable cause)
message
- the exception messagecause
- the root causepublic SockJsTransportFailureException(java.lang.String message, java.lang.String sessionId, @Nullable java.lang.Throwable cause)
message
- the exception messagesessionId
- the SockJS session idcause
- the root cause