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:
Serializable

public final class TooLongHttpHeaderException extends io.netty.handler.codec.TooLongFrameException
An TooLongFrameException which is thrown when the length of the header decoded is greater than the allowed maximum.
See Also:
  • Constructor Details

    • TooLongHttpHeaderException

      public TooLongHttpHeaderException()
      Creates a new instance.
    • TooLongHttpHeaderException

      public TooLongHttpHeaderException(String message, Throwable cause)
      Creates a new instance.
    • TooLongHttpHeaderException

      public TooLongHttpHeaderException(String message)
      Creates a new instance.
    • TooLongHttpHeaderException

      public TooLongHttpHeaderException(Throwable cause)
      Creates a new instance.