Class HttpPostRequestDecoder.ErrorDataDecoderException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    HttpPostRequestDecoder

    public static class HttpPostRequestDecoder.ErrorDataDecoderException
    extends io.netty.handler.codec.DecoderException
    Exception when an error occurs while decoding
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorDataDecoderException

        public ErrorDataDecoderException()
      • ErrorDataDecoderException

        public ErrorDataDecoderException​(String msg)
      • ErrorDataDecoderException

        public ErrorDataDecoderException​(Throwable cause)
      • ErrorDataDecoderException

        public ErrorDataDecoderException​(String msg,
                                         Throwable cause)