Package io.netty.handler.codec.http
Class TooLongHttpHeaderException
- 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.TooLongFrameException
-
- io.netty.handler.codec.http.TooLongHttpHeaderException
-
- All Implemented Interfaces:
java.io.Serializable
public final class TooLongHttpHeaderException extends TooLongFrameException
AnTooLongFrameException
which is thrown when the length of the header decoded is greater than the allowed maximum.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooLongHttpHeaderException()
Creates a new instance.TooLongHttpHeaderException(java.lang.String message)
Creates a new instance.TooLongHttpHeaderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.TooLongHttpHeaderException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
TooLongHttpHeaderException
public TooLongHttpHeaderException()
Creates a new instance.
-
TooLongHttpHeaderException
public TooLongHttpHeaderException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
TooLongHttpHeaderException
public TooLongHttpHeaderException(java.lang.String message)
Creates a new instance.
-
TooLongHttpHeaderException
public TooLongHttpHeaderException(java.lang.Throwable cause)
Creates a new instance.
-
-