Library:Apache Jakarta Commons FileUpload
Version:1.1
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons FileUpload.
NamePackageDescription
FileUploadBase.InvalidContentTypeExceptionorg.apache.commons.fileuploadThrown to indicate that the request is not a multipart request.
FileUploadBase.SizeLimitExceededExceptionorg.apache.commons.fileuploadThrown to indicate that the request size exceeds the configured maximum.
FileUploadBase.UnknownSizeExceptionorg.apache.commons.fileuploadThrown to indicate that the request size is not specified.
FileUploadExceptionorg.apache.commons.fileuploadException for errors encountered while processing the request.
MultipartStream.IllegalBoundaryExceptionorg.apache.commons.fileuploadThrown upon attempt of setting an invalid boundary token.
MultipartStream.MalformedStreamExceptionorg.apache.commons.fileuploadThrown to indicate that the input stream fails to follow the required syntax.
Search