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:
Serializable
An
DecoderException
which is thrown when the received WebSocketFrame
data could not be decoded by
an inbound handler.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.CorruptedWebSocketFrameException
(WebSocketCloseStatus status, String message) Creates a new instance.CorruptedWebSocketFrameException
(WebSocketCloseStatus status, String message, Throwable cause) Creates a new instance.CorruptedWebSocketFrameException
(WebSocketCloseStatus status, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
closeStatus
-
-
Constructor Details
-
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException()Creates a new instance. -
CorruptedWebSocketFrameException
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, String message, Throwable cause) Creates a new instance. -
CorruptedWebSocketFrameException
Creates a new instance. -
CorruptedWebSocketFrameException
Creates a new instance.
-
-
Method Details
-
closeStatus
-