|
HttpClient 3.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.httpclient.HttpException
org.apache.commons.httpclient.HttpContentTooLargeException
public class HttpContentTooLargeException
Signals that the response content was larger than anticipated.
Constructor Summary | |
---|---|
HttpContentTooLargeException(java.lang.String message,
int maxlen)
|
Method Summary | |
---|---|
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 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpContentTooLargeException(java.lang.String message, int maxlen)
Method Detail |
---|
public int getMaxLength()
|
HttpClient 3.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |