java.io.Serializable
FileUploadBase.FileSizeLimitExceededException
, FileUploadBase.SizeLimitExceededException
public abstract static class FileUploadBase.SizeException extends FileUploadException
Modifier | Constructor | Description |
---|---|---|
protected |
SizeException(java.lang.String message,
long actual,
long permitted) |
Creates a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
long |
getActualSize() |
Retrieves the actual size of the request.
|
long |
getPermittedSize() |
Retrieves the permitted size of the request.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.