Class DecoderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptedFrameException, DecompressionException, HAProxyProtocolException, HttpPostRequestDecoder.EndOfDataDecoderException, HttpPostRequestDecoder.ErrorDataDecoderException, HttpPostRequestDecoder.NotEnoughDataDecoderException, HttpPostRequestDecoder.TooLongFormFieldException, HttpPostRequestDecoder.TooManyFormFieldsException, MqttIdentifierRejectedException, MqttUnacceptableProtocolVersionException, TooLongFrameException

public class DecoderException extends CodecException
An CodecException which is thrown by a decoder.
See Also:
  • Field Details

  • Constructor Details

    • DecoderException

      public DecoderException()
      Creates a new instance.
    • DecoderException

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

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

      public DecoderException(Throwable cause)
      Creates a new instance.