Class HeadersTooLargeException

All Implemented Interfaces:
Serializable

public class HeadersTooLargeException extends IllegalStateException
Exception used to mark the specific error condition of the HTTP headers exceeding the maximum permitted size.
See Also:
  • Constructor Details

    • HeadersTooLargeException

      public HeadersTooLargeException()
      Construct an exception with no detail message.
    • HeadersTooLargeException

      public HeadersTooLargeException(String message, Throwable cause)
      Construct an exception with the specified detail message and cause.
      Parameters:
      message - The detail message
      cause - The cause
    • HeadersTooLargeException

      public HeadersTooLargeException(String message)
      Construct an exception with the specified detail message.
      Parameters:
      message - The detail message
    • HeadersTooLargeException

      public HeadersTooLargeException(Throwable cause)
      Construct an exception with the specified cause.
      Parameters:
      cause - The cause