Class 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:
    Serialized Form
    • Constructor Detail

      • 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.