FileDocCategorySizeDatePackage
FileUploadException.javaAPI DocApache Tomcat 6.0.141552Fri Jul 20 04:20:34 BST 2007org.apache.tomcat.util.http.fileupload

FileUploadException

public class FileUploadException extends Exception
Exception for errors encountered while processing the request.
author
John McNally
version
$Id: FileUploadException.java 467222 2006-10-24 03:17:11Z markt $

Fields Summary
Constructors Summary
public FileUploadException()
Constructs a new FileUploadException without message.

    
public FileUploadException(String msg)
Constructs a new FileUploadException with specified detail message.

param
msg the error message.

        super(msg);
    
Methods Summary