org.apache.commons.fileupload
Class FileUploadException
Exceptionorg.apache.commons.fileupload.FileUploadException
public class FileUploadException
extends Exception
Exception for errors encountered while processing the request.
Version:
- John McNally
FileUploadException
public FileUploadException()
Constructs a new FileUploadException without message.
FileUploadException
public FileUploadException(String msg)
Constructs a new FileUploadException with specified detail
message.
msg - the error message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.