Apache Tomcat 6.0.53

org.apache.tomcat.util.http.fileupload
Class FileUploadBase.SizeLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tomcat.util.http.fileupload.FileUploadException
              extended by org.apache.tomcat.util.http.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.
 
Method Summary
 
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.

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.