Class RequestHeaderFieldsTooLargeException

All Implemented Interfaces:
Serializable

public class RequestHeaderFieldsTooLargeException extends ProtocolException
Signals request header field length or total field size violation.
Since:
5.0
See Also:
  • Field Details

  • Constructor Details

    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException(String message)
      Creates a new RequestHeaderFieldsTooLargeException with the specified detail message.
      Parameters:
      message - The exception detail message
    • RequestHeaderFieldsTooLargeException

      public RequestHeaderFieldsTooLargeException(String message, Throwable cause)
      Creates a new RequestHeaderFieldsTooLargeException with the specified detail message and cause.
      Parameters:
      message - the exception detail message
      cause - the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable