public class ContentLengthExceededException extends HttpClientException
| Constructor and Description | 
|---|
| ContentLengthExceededException(long maxLength) | 
| ContentLengthExceededException(long maxLength,
                              long receivedLength) | 
getMessage, getServiceId, setServiceIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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