Package NeoVisionaries.WebSockets
Class WebSocketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- NeoVisionaries.WebSockets.WebSocketException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HostnameUnverifiedException
,OpeningHandshakeException
public class WebSocketException extends java.lang.Exception
WebSocket exception.
Read included Apache License 2.0:HERE
AllNeoVisionaries.WebSockets.*
Code Obtained From:GitHub 'NV' (Takahiko Kawasaki)
Public Archive.- See Also:
- Serialized Form
Hi-Lited Source-Code:- View Here: NeoVisionaries/WebSockets/WebSocketException.java
- Open New Browser-Tab: NeoVisionaries/WebSockets/WebSocketException.java
File Size: 1,468 Bytes Line Count: 64 '\n' Characters Found
-
-
Constructor Summary
Constructors Constructor Description WebSocketException(WebSocketError error)
WebSocketException(WebSocketError error, String message)
WebSocketException(WebSocketError error, String message, Throwable cause)
WebSocketException(WebSocketError error, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketError
getError()
-
-
-
Constructor Detail
-
WebSocketException
public WebSocketException(WebSocketError error)
-
WebSocketException
public WebSocketException(WebSocketError error, java.lang.String message)
-
WebSocketException
public WebSocketException(WebSocketError error, java.lang.Throwable cause)
-
WebSocketException
public WebSocketException(WebSocketError error, java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
getError
public WebSocketError getError()
-
-