public static class FileUploadBase.FileSizeLimitExceededException extends FileUploadBase.SizeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The exceptions UID, for serializing an instance.
|
| Constructor and Description |
|---|
FileSizeLimitExceededException(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 FileSizeLimitExceededException(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.