org.apache.commons.fileupload
Class FileUploadException
Exception
org.apache.commons.fileupload.FileUploadException
public class FileUploadException
extends Exception
Exception for errors encountered while processing the request.
$Id: FileUploadException.java,v 1.7 2003/04/27 17:30:06 martinc Exp $
FileUploadException
public FileUploadException()
Constructs a new FileUploadException
without message.
FileUploadException
public FileUploadException(String msg)
Constructs a new FileUploadException
with specified detail
message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.