Class CorruptedFrameException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptedWebSocketFrameException

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

  • Constructor Details

    • CorruptedFrameException

      public CorruptedFrameException()
      Creates a new instance.
    • CorruptedFrameException

      public CorruptedFrameException(String message, Throwable cause)
      Creates a new instance.
    • CorruptedFrameException

      public CorruptedFrameException(String message)
      Creates a new instance.
    • CorruptedFrameException

      public CorruptedFrameException(Throwable cause)
      Creates a new instance.