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
HttpContentTooLargeException
public HttpContentTooLargeException(String message,
int maxlen)
getMaxLength
public int getMaxLength()
- Returns:
- the maximum anticipated content length in bytes.
Copyright (c) 1999-2005 - Apache Software Foundation