Class FileUploadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.FileUploadException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileCountLimitExceededException, InvalidContentTypeException, IOFileUploadException, SizeException

public class FileUploadException extends IOException
Exception for errors encountered while processing the request.
See Also: