org.apache.commons.fileupload
public static class FileUploadBase.SizeLimitExceededException extends FileUploadException
| Constructor Summary | |
|---|---|
| SizeLimitExceededException()
Constructs a SizeExceededException with no
detail message. | |
| SizeLimitExceededException(String message)
Constructs an SizeExceededException with
the specified detail message.
| |
SizeExceededException with no
detail message.SizeExceededException with
the specified detail message.
Parameters: message The detail message.