Class CorruptedWebSocketFrameException

All Implemented Interfaces:
Serializable

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

  • 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