Uses of Class
org.apache.commons.fileupload2.core.FileUploadSizeException
-
-
Uses of FileUploadSizeException in org.apache.commons.fileupload2.core
Subclasses of FileUploadSizeException in org.apache.commons.fileupload2.core Modifier and Type Class Description class
FileUploadByteCountLimitException
Signals that a file size exceeds the configured maximum.class
FileUploadFileCountLimitException
Signals that a request contains more files than the specified limit.Methods in org.apache.commons.fileupload2.core that throw FileUploadSizeException Modifier and Type Method Description boolean
MultipartInput. readBoundary()
Skips aboundary
token, and checks whether moreencapsulations
are contained in the stream.String
MultipartInput. readHeaders()
Reads theheader-part
of the currentencapsulation
.
-