Class CorruptedWebSocketFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.handler.codec.CodecException
-
- io.netty.handler.codec.DecoderException
-
- io.netty.handler.codec.CorruptedFrameException
-
- io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
- All Implemented Interfaces:
java.io.Serializable
public final class CorruptedWebSocketFrameException extends CorruptedFrameException
AnDecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptedWebSocketFrameException()
Creates a new instance.CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message)
Creates a new instance.CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message, java.lang.Throwable cause)
Creates a new instance.CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.Throwable cause)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketCloseStatus
closeStatus()
-
-
-
Constructor Detail
-
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException()
Creates a new instance.
-
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message)
Creates a new instance.
-
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.Throwable cause)
Creates a new instance.
-
-
Method Detail
-
closeStatus
public WebSocketCloseStatus closeStatus()
-
-