protected abstract static class FileUploadBase.SizeException extends FileUploadException
Modifier and Type | Field and Description |
---|---|
private long |
actual
The actual size of the request.
|
private long |
permitted
The maximum permitted size of the request.
|
Modifier | Constructor and Description |
---|---|
protected |
SizeException(java.lang.String message,
long actual,
long permitted)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getActualSize()
Retrieves the actual size of the request.
|
long |
getPermittedSize()
Retrieves the permitted size of the request.
|
getCause, printStackTrace, printStackTrace
private final long actual
private final long permitted