org.apache.tomcat.util.http.fileupload
public class FileUploadException extends java.lang.Exception
| Constructor and Description |
|---|
FileUploadException()
Constructs a new
FileUploadException without message. |
FileUploadException(java.lang.String msg)
Constructs a new
FileUploadException with specified detail
message. |
FileUploadException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new
FileUploadException with the
provided message and Throwable cause. |
public FileUploadException()
FileUploadException without message.public FileUploadException(java.lang.String msg)
FileUploadException with specified detail
message.msg - the error message.public FileUploadException(java.lang.String msg,
java.lang.Throwable cause)
FileUploadException with the
provided message and Throwable cause.msg - the exception messagecause - the originating cause for the exception conditionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.