Class HttpPostRequestDecoder.TooManyFormFieldsException
- 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.TooManyFormFieldsException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static final class HttpPostRequestDecoder.TooManyFormFieldsException extends io.netty.handler.codec.DecoderException
Exception when the maximum number of fields for a given form is reached- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyFormFieldsException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-