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:
java.io.Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static class HttpPostRequestDecoder.NotEnoughDataDecoderException extends DecoderException
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEnoughDataDecoderException()
NotEnoughDataDecoderException(java.lang.String msg)
NotEnoughDataDecoderException(java.lang.String msg, java.lang.Throwable cause)
NotEnoughDataDecoderException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NotEnoughDataDecoderException
public NotEnoughDataDecoderException()
-
NotEnoughDataDecoderException
public NotEnoughDataDecoderException(java.lang.String msg)
-
NotEnoughDataDecoderException
public NotEnoughDataDecoderException(java.lang.Throwable cause)
-
NotEnoughDataDecoderException
public NotEnoughDataDecoderException(java.lang.String msg, java.lang.Throwable cause)
-
-