org.apache.commons.fileupload

Class FileUploadException

Known Direct Subclasses:
FileUploadBase.InvalidContentTypeException, FileUploadBase.SizeLimitExceededException, FileUploadBase.UnknownSizeException

public class FileUploadException
extends Exception

Exception for errors encountered while processing the request.

Version:
$Id: FileUploadException.java,v 1.7 2003/04/27 17:30:06 martinc Exp $

Author:
John McNally

Constructor Summary

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

Constructor Details

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 © 2002-2003 Apache Software Foundation. All Rights Reserved.