public class WebsocketException extends IOException
WebsocketException
is used for Websocket-related exceptions.Constructor and Description |
---|
WebsocketException(Exception exception)
Instantiates a new
WebsocketException . |
WebsocketException(String message)
Instantiates a new
WebsocketException . |
WebsocketException(String message,
Throwable cause)
Instantiates a new
WebsocketException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebsocketException(String message)
WebsocketException
.message
- the messagepublic WebsocketException(String message, Throwable cause)
WebsocketException
.message
- the messagecause
- the causepublic WebsocketException(Exception exception)
WebsocketException
.exception
- the Exception