org.apache.tomcat.util.http.fileupload
public class FileUploadException extends Exception
Version: $Id: FileUploadException.java 467222 2006-10-24 03:17:11Z markt $
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.