public class TransportErrorException extends NestedRuntimeException
WebSocketHandler notified.
If the underlying exception occurs while processing an incoming HTTP request, including over HTTP POST, the session will remain open. Only the incoming request is rejected.
| Constructor and Description |
|---|
TransportErrorException(String msg,
Throwable cause,
String sockJsSessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Return the detail message, including the message from the nested exception
if there is one.
|
String |
getSockJsSessionId() |
contains, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getSockJsSessionId()
public String getMessage()
NestedRuntimeExceptiongetMessage in class NestedRuntimeException