java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpException
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpContentTooLargeException
All Implemented Interfaces:
Serializable

public class HttpContentTooLargeException extends HttpException
Signals that the response content was larger than anticipated.
See Also:
  • Constructor Details

    • HttpContentTooLargeException

      public HttpContentTooLargeException(String message, int maxlen)
  • Method Details

    • getMaxLength

      public int getMaxLength()
      Returns:
      the maximum anticipated content length in bytes.