Package io.undertow.websockets.core
Class WebSocketFrameCorruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.undertow.websockets.core.WebSocketException
-
- io.undertow.websockets.core.WebSocketFrameCorruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebSocketFrameCorruptedException extends WebSocketException
WebSocketException which will be thrown if a corrupted frame was detected- Author:
- Norman Maurer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSocketFrameCorruptedException()
WebSocketFrameCorruptedException(java.lang.String msg)
WebSocketFrameCorruptedException(java.lang.String msg, java.lang.Throwable cause)
WebSocketFrameCorruptedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
WebSocketFrameCorruptedException
public WebSocketFrameCorruptedException()
-
WebSocketFrameCorruptedException
public WebSocketFrameCorruptedException(java.lang.String msg, java.lang.Throwable cause)
-
WebSocketFrameCorruptedException
public WebSocketFrameCorruptedException(java.lang.String msg)
-
WebSocketFrameCorruptedException
public WebSocketFrameCorruptedException(java.lang.Throwable cause)
-
-