org.apache.commons.fileupload
public class FileUploadException extends Exception
Version: $Id: FileUploadException.java 133344 2003-04-27 17:30:07Z martinc $
Constructor Summary | |
---|---|
FileUploadException()
Constructs a new FileUploadException without message. | |
FileUploadException(String msg)
Constructs a new FileUploadException with specified detail
message.
|
FileUploadException
without message.FileUploadException
with specified detail
message.
Parameters: msg the error message.