org.apache.commons.fileupload
Class FileUploadBase.SizeLimitExceededException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.fileupload.FileUploadException
                    |
                    +--org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.SizeLimitExceededException
extends FileUploadException

Thrown to indicate that the request size exceeds the configured maximum.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.SizeLimitExceededException()
          Constructs a SizeExceededException with no detail message.
FileUploadBase.SizeLimitExceededException(java.lang.String message)
          Constructs an SizeExceededException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.SizeLimitExceededException

public FileUploadBase.SizeLimitExceededException()
Constructs a SizeExceededException with no detail message.


FileUploadBase.SizeLimitExceededException

public FileUploadBase.SizeLimitExceededException(java.lang.String message)
Constructs an SizeExceededException with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.