| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.fileupload.FileUploadException
FileUploadException | public class FileUploadException extends Exception (Code) | | Exception for errors encountered while processing the request.
author: John McNally version: $Id: FileUploadException.java 479484 2006-11-27 01:06:53Z jochen $ |
FileUploadException | public FileUploadException()(Code) | | Constructs a new FileUploadException without message.
|
FileUploadException | public FileUploadException(String msg)(Code) | | Constructs a new FileUploadException with specified detail
message.
Parameters: msg - the error message. |
FileUploadException | public FileUploadException(String msg, Throwable cause)(Code) | | Creates a new FileUploadException with the given
detail message and cause.
Parameters: msg - The exceptions detail message. Parameters: cause - The exceptions cause. |
printStackTrace | public void printStackTrace(PrintStream stream)(Code) | | Prints this throwable and its backtrace to the specified print stream.
Parameters: stream - PrintStream to use for output |
printStackTrace | public void printStackTrace(PrintWriter writer)(Code) | | Prints this throwable and its backtrace to the specified
print writer.
Parameters: writer - PrintWriter to use for output |
|
|
|