Save This Page
Home » commons-fileupload-1.2-src » org.apache.commons » fileupload » [javadoc | source]
org.apache.commons.fileupload
public class: FileUploadException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.commons.fileupload.FileUploadException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    SizeLimitExceededException, InvalidContentTypeException, UnknownSizeException, FileSizeLimitExceededException, IOFileUploadException, SizeException

Exception for errors encountered while processing the request.
Constructor:
 public FileUploadException() 
 public FileUploadException(String msg) 
    Constructs a new FileUploadException with specified detail message.
    Parameters:
    msg - the error message.
 public FileUploadException(String msg,
    Throwable cause) 
    Creates a new FileUploadException with the given detail message and cause.
    Parameters:
    msg - The exceptions detail message.
    cause - The exceptions cause.
Method from org.apache.commons.fileupload.FileUploadException Summary:
printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.fileupload.FileUploadException Detail:
 public  void printStackTrace(PrintStream stream) 
    Prints this throwable and its backtrace to the specified print stream.
 public  void printStackTrace(PrintWriter writer) 
    Prints this throwable and its backtrace to the specified print writer.