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