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 classFileUploadByteCountLimitExceptionSignals that a file size exceeds the configured maximum.classFileUploadFileCountLimitExceptionSignals 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 booleanMultipartInput. readBoundary()Skips aboundarytoken, and checks whether moreencapsulationsare contained in the stream.StringMultipartInput. readHeaders()Reads theheader-partof the currentencapsulation.
-