public class SockJsMessageDeliveryException extends SockJsException
The SockJS session is not automatically closed after this exception.
| Constructor and Description | 
|---|
SockJsMessageDeliveryException(String sessionId,
                              List<String> undeliveredMessages,
                              String message)  | 
SockJsMessageDeliveryException(String sessionId,
                              List<String> undeliveredMessages,
                              Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getUndeliveredMessages()  | 
getSockJsSessionIdcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString