public class ContentLengthExceededException extends HttpException
| Constructor and Description | 
|---|
ContentLengthExceededException(long advertisedLength,
                              long receivedLength)  | 
ContentLengthExceededException(String message)  | 
ContentLengthExceededException(String message,
                              Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentLengthExceededException(String message)
message - The messagepublic ContentLengthExceededException(String message, Throwable cause)
message - The messagecause - The throwablepublic ContentLengthExceededException(long advertisedLength,
                                      long receivedLength)
advertisedLength - The advertised lengthreceivedLength - The received length