Class TooLongHttpHeaderException

All Implemented Interfaces:
Serializable

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

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