org.apache.commons.fileupload

Class FileUploadException

public class FileUploadException extends Exception

Exception for errors encountered while processing the request.

Version: $Id: FileUploadException.java 133344 2003-04-27 17:30:07Z martinc $

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