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