org.apache.commons.fileupload
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 |
---|
FileUploadBase.FileSizeLimitExceededException(java.lang.String message,
long actual,
long permitted)
Constructs a
SizeExceededException with
the specified detail message, and actual and permitted sizes. |
getActualSize, getPermittedSize
getCause, printStackTrace, printStackTrace
private static final long serialVersionUID
public FileUploadBase.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.