org.apache.commons.httpclient

Class HttpContentTooLargeException

public class HttpContentTooLargeException extends HttpException

Signals that the response content was larger than anticipated.

Author: Ortwin Gl|ck

Constructor Summary
HttpContentTooLargeException(String message, int maxlen)
Method Summary
intgetMaxLength()

Constructor Detail

HttpContentTooLargeException

public HttpContentTooLargeException(String message, int maxlen)

Method Detail

getMaxLength

public int getMaxLength()

Returns: the maximum anticipated content length in bytes.

Copyright (c) 1999-2005 - Apache Software Foundation