org.apache.struts.upload

Class MaxLengthExceededException

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 set
Field Summary
protected Stringmessage
Constructor Summary
MaxLengthExceededException()
MaxLengthExceededException(long maxLength)
Method Summary
StringgetMessage()

Field Detail

message

protected String message

Constructor Detail

MaxLengthExceededException

public MaxLengthExceededException()

MaxLengthExceededException

public MaxLengthExceededException(long maxLength)

Method Detail

getMessage

public String getMessage()
Copyright B) 2000-2009 - The Apache Software Foundation