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

public final class CorruptedWebSocketFrameException extends io.netty.handler.codec.CorruptedFrameException
An DecoderException which is thrown when the received WebSocketFrame data could not be decoded by an inbound handler.
See Also:
  • Constructor Details

    • CorruptedWebSocketFrameException

      public CorruptedWebSocketFrameException()
      Creates a new instance.
    • CorruptedWebSocketFrameException

      public CorruptedWebSocketFrameException(WebSocketCloseStatus status, String message, Throwable cause)
      Creates a new instance.
    • CorruptedWebSocketFrameException

      public CorruptedWebSocketFrameException(WebSocketCloseStatus status, String message)
      Creates a new instance.
    • CorruptedWebSocketFrameException

      public CorruptedWebSocketFrameException(WebSocketCloseStatus status, Throwable cause)
      Creates a new instance.
  • Method Details