Class HttpContentTooLargeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • HttpContentTooLargeException

        public HttpContentTooLargeException​(java.lang.String message,
                                            int maxlen)
    • Method Detail

      • getMaxLength

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