Class ContentLengthExceededException

All Implemented Interfaces:
Serializable

public class ContentLengthExceededException extends HttpException
Exception thrown when the content length exceeds the allowed amount.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ContentLengthExceededException

      public ContentLengthExceededException(String message)
      Parameters:
      message - The message
    • ContentLengthExceededException

      public ContentLengthExceededException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable
    • ContentLengthExceededException

      public ContentLengthExceededException(long advertisedLength, long receivedLength)
      Parameters:
      advertisedLength - The advertised length
      receivedLength - The received length