Class HttpPostRequestDecoder.TooLongFormFieldException
- 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.TooLongFormFieldException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static final class HttpPostRequestDecoder.TooLongFormFieldException extends DecoderException
Exception when a field content is too long- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TooLongFormFieldException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-