Class HttpPostRequestDecoder.NotEnoughDataDecoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpPostRequestDecoder

public static class HttpPostRequestDecoder.NotEnoughDataDecoderException extends Exception
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
See Also:
  • Field Details

  • Constructor Details

    • NotEnoughDataDecoderException

      public NotEnoughDataDecoderException()
    • NotEnoughDataDecoderException

      public NotEnoughDataDecoderException(String msg)
    • NotEnoughDataDecoderException

      public NotEnoughDataDecoderException(Throwable cause)
    • NotEnoughDataDecoderException

      public NotEnoughDataDecoderException(String msg, Throwable cause)