Package com.neovisionaries.ws.client
Class WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.neovisionaries.ws.client.WebSocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HostnameUnverifiedException
,InsufficientDataException
,NoMoreFrameException
,OpeningHandshakeException
WebSocket exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebSocketException
(WebSocketError error) WebSocketException
(WebSocketError error, String message) WebSocketException
(WebSocketError error, String message, Throwable cause) WebSocketException
(WebSocketError error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mError
-
-
Constructor Details
-
WebSocketException
-
WebSocketException
-
WebSocketException
-
WebSocketException
-
-
Method Details
-
getError
-