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
Direct Known Subclasses:
FileUploadBase.InvalidContentTypeException, FileUploadBase.SizeLimitExceededException, FileUploadBase.UnknownSizeException

public class FileUploadException
extends java.lang.Exception

Exception for errors encountered while processing the request.

Version:
$Id: FileUploadException.java,v 1.7 2003/04/27 17:30:06 martinc Exp $
Author:
John McNally
See Also:
Serialized Form

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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.


Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.