Apache Tomcat 7.0.37

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

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.SizeException
                  extended by org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.FileSizeLimitExceededException
extends FileUploadBase.SizeException

Thrown to indicate that A files size exceeds the configured maximum.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.FileSizeLimitExceededException(String message, long actual, long permitted)
          Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
 
Method Summary
 String getFieldName()
          Returns the field name of the item, which caused the exception.
 String getFileName()
          Returns the file name of the item, which caused the exception.
 void setFieldName(String pFieldName)
          Sets the field name of the item, which caused the exception.
 void setFileName(String pFileName)
          Sets the file name of the item, which caused the exception.
 
Methods inherited from class org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
getActualSize, getPermittedSize
 
Methods inherited from class org.apache.tomcat.util.http.fileupload.FileUploadException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.FileSizeLimitExceededException

public FileUploadBase.FileSizeLimitExceededException(String message,
                                                     long actual,
                                                     long permitted)
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.

Parameters:
message - The detail message.
actual - The actual request size.
permitted - The maximum permitted request size.
Method Detail

getFileName

public String getFileName()
Returns the file name of the item, which caused the exception.

Returns:
File name, if known, or null.

setFileName

public void setFileName(String pFileName)
Sets the file name of the item, which caused the exception.


getFieldName

public String getFieldName()
Returns the field name of the item, which caused the exception.

Returns:
Field name, if known, or null.

setFieldName

public void setFieldName(String pFieldName)
Sets the field name of the item, which caused the exception.


Apache Tomcat 7.0.37

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