org.apache.commons.fileupload
Class FileUploadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.fileupload.FileUploadException
All Implemented Interfaces:
java.io.Serializable

public class FileUploadException
extends java.lang.Exception

Exception for errors encountered while processing the request.

Version:
$Id: FileUploadException.java,v 1.6 2002/10/26 22:08:17 sullis Exp $
Author:
John McNally
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
FileUploadException()
          Constructs a new FileUploadException without message.
FileUploadException(java.lang.String msg)
          Constructs a new FileUploadException with specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

FileUploadException

public FileUploadException()
Constructs a new FileUploadException without message.

FileUploadException

public FileUploadException(java.lang.String msg)
Constructs a new FileUploadException with specified detail message.
Parameters:
msg - the error message.