Class HttpPostRequestDecoder.NotEnoughDataDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- All Implemented Interfaces:
Serializable
- Enclosing class:
HttpPostRequestDecoder
public static class HttpPostRequestDecoder.NotEnoughDataDecoderException
extends io.netty.handler.codec.DecoderException
Exception when try reading data from request in chunked format, and not
enough data are available (need more chunks)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotEnoughDataDecoderException
public NotEnoughDataDecoderException() -
NotEnoughDataDecoderException
-
NotEnoughDataDecoderException
-
NotEnoughDataDecoderException
-