Package org.apache.commons.httpclient
Class HttpContentTooLargeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.httpclient.HttpException
-
- org.apache.commons.httpclient.HttpContentTooLargeException
-
- All Implemented Interfaces:
Serializable
public class HttpContentTooLargeException extends HttpException
Signals that the response content was larger than anticipated.- Author:
- Ortwin Glück
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpContentTooLargeException(String message, int maxlen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxLength()
-
Methods inherited from class org.apache.commons.httpclient.HttpException
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpContentTooLargeException
public HttpContentTooLargeException(String message, int maxlen)
-
-