org.apache.struts.upload

Class ContentLengthExceededException

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 header
Field Summary
protected Stringmessage
Constructor Summary
ContentLengthExceededException()
ContentLengthExceededException(long contentLength)
Method Summary
StringgetMessage()

Field Detail

message

protected String message

Constructor Detail

ContentLengthExceededException

public ContentLengthExceededException()

ContentLengthExceededException

public ContentLengthExceededException(long contentLength)

Method Detail

getMessage

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