org.apache.tomcat.util.http.fileupload
public static class FileUploadBase.SizeLimitExceededException extends FileUploadException
Constructor and Description |
---|
FileUploadBase.SizeLimitExceededException()
Constructs a
SizeExceededException with no
detail message. |
FileUploadBase.SizeLimitExceededException(java.lang.String message)
Constructs an
SizeExceededException with
the specified detail message. |
public FileUploadBase.SizeLimitExceededException()
SizeExceededException
with no
detail message.public FileUploadBase.SizeLimitExceededException(java.lang.String message)
SizeExceededException
with
the specified detail message.message
- The detail message.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.