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:
java.io.Serializable
@Deprecated public class HttpContentTooLargeException extends HttpException
Deprecated.Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.Signals that the response content was larger than anticipated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpContentTooLargeException(java.lang.String message, int maxlen)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getMaxLength()
Deprecated.-
Methods inherited from class org.apache.commons.httpclient.HttpException
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
-
-