public class WebSocketException extends Exception
WebSocket
s.Constructor and Description |
---|
WebSocketException() |
WebSocketException(Exception e)
Create a new Websocket exception.
|
WebSocketException(String string)
Create a new Websocket exception.
|
WebSocketException(String string,
Exception e)
Create a new Websocket exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public WebSocketException()
public WebSocketException(Exception e)
e
- the original exceptionpublic WebSocketException(String string)
string
- message to describe the error case