public static class FileUploadBase.SizeLimitExceededException extends FileUploadBase.SizeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The exceptions UID, for serializing an instance.
|
| Constructor and Description |
|---|
SizeLimitExceededException()
Deprecated.
Replaced by
SizeLimitExceededException(String, long, long) |
SizeLimitExceededException(java.lang.String message)
Deprecated.
Replaced by
SizeLimitExceededException(String, long, long) |
SizeLimitExceededException(java.lang.String message,
long actual,
long permitted)
Constructs a
SizeExceededException with
the specified detail message, and actual and permitted sizes. |
getActualSize, getPermittedSizegetCause, printStackTrace, printStackTraceprivate static final long serialVersionUID
public SizeLimitExceededException()
SizeLimitExceededException(String, long, long)public SizeLimitExceededException(java.lang.String message)
SizeLimitExceededException(String, long, long)message - The exceptions detail message.public SizeLimitExceededException(java.lang.String message,
long actual,
long permitted)
SizeExceededException with
the specified detail message, and actual and permitted sizes.message - The detail message.actual - The actual request size.permitted - The maximum permitted request size.