Apache Struts API Documentation: Class ContentLengthExceededException

Apache Struts API


org.apache.struts.upload Class ContentLengthExceededException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.struts.upload.ContentLengthExceededException
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 ContentLengthExceededException
extends java.io.IOException

This exception is thrown when multipart post data exceeds the value given by the Content-Length header

See Also:
Serialized Form

Field Summary
protected  java.lang.String message
          Deprecated.  
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ContentLengthExceededException()
          Deprecated.  
ContentLengthExceededException(long contentLength)
          Deprecated.  
 
Method Summary
 java.lang.String getMessage()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

message

protected java.lang.String message
Deprecated. 
Constructor Detail

ContentLengthExceededException

public ContentLengthExceededException()
Deprecated. 

ContentLengthExceededException

public ContentLengthExceededException(long contentLength)
Deprecated. 
Method Detail

getMessage

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


Copyright © 2000-2005 - The Apache Software Foundation