org.apache.struts.upload
Class MaxLengthExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.struts.upload.MaxLengthExceededException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.

public class MaxLengthExceededException
extends java.io.IOException

This exception is thrown when multipart post data exceeds the maximum value set

See Also:
Serialized Form

Field Summary
protected  java.lang.String message
          Deprecated.  
 
Constructor Summary
MaxLengthExceededException()
          Deprecated.  
MaxLengthExceededException(long maxLength)
          Deprecated.  
 
Method Summary
 java.lang.String getMessage()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected java.lang.String message
Deprecated. 
Constructor Detail

MaxLengthExceededException

public MaxLengthExceededException()
Deprecated. 

MaxLengthExceededException

public MaxLengthExceededException(long maxLength)
Deprecated. 
Method Detail

getMessage

public java.lang.String getMessage()
Deprecated. 
Overrides:
getMessage in class java.lang.Throwable


Copyright ? 2000-2007 - The Apache Software Foundation