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:
java.io.Serializable
- Direct Known Subclasses:
InvalidOpCodeException,WebSocketFrameCorruptedException,WebSocketHandshakeException,WebSocketInvalidCloseCodeException
public class WebSocketException extends java.io.IOExceptionBase class for all WebSocket Exceptions- Author:
- Norman Maurer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSocketException()WebSocketException(java.lang.String msg)WebSocketException(java.lang.String msg, java.lang.Throwable cause)WebSocketException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
WebSocketException
public WebSocketException()
-
WebSocketException
public WebSocketException(java.lang.String msg, java.lang.Throwable cause)
-
WebSocketException
public WebSocketException(java.lang.String msg)
-
WebSocketException
public WebSocketException(java.lang.Throwable cause)
-
-