public class WebSocketException extends Exception
WebSockets.| 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, toStringpublic WebSocketException()
public WebSocketException(Exception e)
e - the original exceptionpublic WebSocketException(String string)
string - message to describe the error case