public class ContentLengthExceededException extends HttpClientException
| Constructor and Description | 
|---|
| ContentLengthExceededException(long maxLength) | 
| ContentLengthExceededException(long maxLength,
                              long receivedLength) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentLengthExceededException(long maxLength,
                                      long receivedLength)
maxLength - The maximum lengthreceivedLength - The received lengthpublic ContentLengthExceededException(long maxLength)
maxLength - The maximum length