Package io.undertow.websockets.core
Class WebSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.undertow.websockets.core.WebSocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidOpCodeException
,WebSocketFrameCorruptedException
,WebSocketHandshakeException
,WebSocketInvalidCloseCodeException
Base class for all WebSocket Exceptions
- Author:
- Norman Maurer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketException
(String msg) WebSocketException
(String msg, Throwable cause) WebSocketException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebSocketException
public WebSocketException() -
WebSocketException
-
WebSocketException
-
WebSocketException
-