Class ContentLengthExceededException

All Implemented Interfaces:
Serializable

public class ContentLengthExceededException extends HttpClientException
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ContentLengthExceededException

      public ContentLengthExceededException(long maxLength, long receivedLength)
      Parameters:
      maxLength - The maximum length
      receivedLength - The received length
    • ContentLengthExceededException

      public ContentLengthExceededException(long maxLength)
      Parameters:
      maxLength - The maximum length