Class 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:
    Serialized Form
    • Constructor Detail

      • CorruptedWebSocketFrameException

        public CorruptedWebSocketFrameException()
        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.