Apache Tomcat 6.0.24

org.apache.tomcat.util.http.fileupload
Class FileUploadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tomcat.util.http.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 467222 2006-10-24 03:17:11Z markt $
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.
FileUploadException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new FileUploadException with the provided message and Throwable cause.
 
Method Summary
 
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.

FileUploadException

public FileUploadException(java.lang.String msg,
                           java.lang.Throwable cause)
Constructs a new FileUploadException with the provided message and Throwable cause.

Parameters:
msg - the exception message
cause - the originating cause for the exception condition

Apache Tomcat 6.0.24

Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.