org.apache.struts.upload
public class MaxLengthExceededException 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 maximum value setField Summary | |
---|---|
protected String | message |
Constructor Summary | |
---|---|
MaxLengthExceededException() | |
MaxLengthExceededException(long maxLength) |
Method Summary | |
---|---|
String | getMessage() |