public class WebSocketException
extends java.lang.Exception
WebSocket
s.Constructor and Description |
---|
WebSocketException() |
WebSocketException(java.lang.Exception e)
Create a new Websocket exception.
|
WebSocketException(java.lang.String string)
Create a new Websocket exception.
|
WebSocketException(java.lang.String string,
java.lang.Exception e)
Create a new Websocket exception.
|
public WebSocketException(java.lang.String string)
string
- message to describe the error casepublic WebSocketException(java.lang.String string, java.lang.Exception e)
string
- message to describe the error casee
- the original exceptionpublic WebSocketException(java.lang.Exception e)
e
- the original exceptionpublic WebSocketException()