Package org.apache.tomcat.util.http.fileupload.impl
Implementations and exceptions utils.
-
Class Summary Class Description FileItemIteratorImpl The iterator, which is returned byFileUploadBase.getItemIterator(RequestContext)
.FileItemStreamImpl Default implementation ofFileItemStream
. -
Exception Summary Exception Description FileSizeLimitExceededException Thrown to indicate that A files size exceeds the configured maximum.FileUploadIOException This exception is thrown for hiding an innerFileUploadException
in 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.