Class WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.websocket.api.exceptions.WebSocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CloseException
,InvalidWebSocketException
,UpgradeException
,WebSocketTimeoutException
A recoverable exception within the websocket framework.
- See Also:
-
Constructor Summary
ConstructorDescriptionWebSocketException
(String message) WebSocketException
(String message, Throwable cause) WebSocketException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebSocketException
public WebSocketException() -
WebSocketException
-
WebSocketException
-
WebSocketException
-