http.utils.multipartrequest

Class MaxReadBytesException


public class MaxReadBytesException
extends IOException

Constructor Summary

MaxReadBytesException(long contentLength, long maxReadBytes)

Method Summary

long
getContentLength()
long
getMaxReadBytes()

Constructor Details

MaxReadBytesException

public MaxReadBytesException(long contentLength,
                             long maxReadBytes)

Method Details

getContentLength

public long getContentLength()

getMaxReadBytes

public long getMaxReadBytes()