Class HttpContentTooLargeException

All Implemented Interfaces:
Serializable

public class HttpContentTooLargeException extends HttpException
Signals that the response content was larger than anticipated.
Author:
Ortwin Glück
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.