Apache Tomcat 7.0.37

org.apache.coyote.http11
Class HeadersTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.apache.coyote.http11.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:
Serialized Form

Constructor Summary
HeadersTooLargeException()
           
HeadersTooLargeException(String s)
           
HeadersTooLargeException(String message, Throwable cause)
           
HeadersTooLargeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeadersTooLargeException

public HeadersTooLargeException()

HeadersTooLargeException

public HeadersTooLargeException(String message,
                                Throwable cause)

HeadersTooLargeException

public HeadersTooLargeException(String s)

HeadersTooLargeException

public HeadersTooLargeException(Throwable cause)

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.