org.apache.struts.upload
public class ContentLengthExceededException extends IOException
Deprecated: Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
This exception is thrown when multipart post data exceeds the value given by the Content-Length headerField Summary | |
---|---|
protected String | message |
Constructor Summary | |
---|---|
ContentLengthExceededException() | |
ContentLengthExceededException(long contentLength) |
Method Summary | |
---|---|
String | getMessage() |