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()
    • HeadersTooLargeException

      public HeadersTooLargeException(String message, Throwable cause)
    • HeadersTooLargeException

      public HeadersTooLargeException(String s)
    • HeadersTooLargeException

      public HeadersTooLargeException(Throwable cause)