Class HttpPostRequestDecoder.ErrorDataDecoderException

All Implemented Interfaces:
Serializable
Enclosing class:
HttpPostRequestDecoder

public static class HttpPostRequestDecoder.ErrorDataDecoderException extends DecoderException
Exception when an error occurs while decoding
See Also:
  • Field Details

  • Constructor Details

    • ErrorDataDecoderException

      public ErrorDataDecoderException()
    • ErrorDataDecoderException

      public ErrorDataDecoderException(String msg)
    • ErrorDataDecoderException

      public ErrorDataDecoderException(Throwable cause)
    • ErrorDataDecoderException

      public ErrorDataDecoderException(String msg, Throwable cause)