org.apache.tomcat.util.http.fileupload

Class FileUploadException

public class FileUploadException extends Exception

Exception for errors encountered while processing the request.

Version: $Id: FileUploadException.java 467222 2006-10-24 03:17:11Z markt $

Author: John McNally

Constructor Summary
FileUploadException()
Constructs a new FileUploadException without message.
FileUploadException(String msg)
Constructs a new FileUploadException with specified detail message.

Constructor Detail

FileUploadException

public FileUploadException()
Constructs a new FileUploadException without message.

FileUploadException

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

Parameters: msg the error message.

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.