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 © 2001-2008 Apache Software Foundation. All Rights Reserved.