protected abstract static class ApacheMultipartParser.SizeException
extends org.apache.commons.fileupload.FileUploadException
This exception is thrown, if a requests permitted size is exceeded.
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
Copyright © 2014–2017 ActFramework. All rights reserved.