| Class | Description | 
|---|---|
| FileItemIteratorImpl | The iterator, which is returned by
  FileUploadBase.getItemIterator(RequestContext). | 
| FileItemStreamImpl | Default implementation of  FileItemStream. | 
| Exception | Description | 
|---|---|
| FileSizeLimitExceededException | Thrown to indicate that A files size exceeds the configured maximum. | 
| FileUploadIOException | This exception is thrown for hiding an inner
  FileUploadExceptionin anIOException. | 
| InvalidContentTypeException | Thrown to indicate that the request is not a multipart request. | 
| IOFileUploadException | Thrown to indicate an IOException. | 
| SizeException | This exception is thrown, if a requests permitted size
 is exceeded. | 
| SizeLimitExceededException | Thrown to indicate that the request size exceeds the configured maximum. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.