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(String msg, Throwable cause)
Constructs a new FileUploadException with the
provided message and Throwable cause.
|
FileUploadException
without message.FileUploadException
with specified detail
message.
Parameters: msg the error message.
FileUploadException
with the
provided message and Throwable
cause.
Parameters: msg the exception message cause the originating cause for the exception condition