Class WebSocketTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.ee8.websocket.api.exceptions.WebSocketException
org.eclipse.jetty.ee8.websocket.api.exceptions.WebSocketTimeoutException
- All Implemented Interfaces:
 Serializable
Exception thrown to indicate a connection I/O timeout.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionWebSocketTimeoutException(String message) WebSocketTimeoutException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
WebSocketTimeoutException
 - 
WebSocketTimeoutException
 - 
WebSocketTimeoutException
 
 -