Apache Tomcat 7.0.42

org.apache.tomcat.util.http.fileupload
Class FileUploadBase.FileUploadIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.FileUploadIOException
extends IOException

This exception is thrown for hiding an inner FileUploadException in an IOException.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.FileUploadIOException()
           
FileUploadBase.FileUploadIOException(String message)
           
FileUploadBase.FileUploadIOException(String message, Throwable cause)
           
FileUploadBase.FileUploadIOException(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

FileUploadBase.FileUploadIOException

public FileUploadBase.FileUploadIOException()

FileUploadBase.FileUploadIOException

public FileUploadBase.FileUploadIOException(String message,
                                            Throwable cause)

FileUploadBase.FileUploadIOException

public FileUploadBase.FileUploadIOException(String message)

FileUploadBase.FileUploadIOException

public FileUploadBase.FileUploadIOException(Throwable cause)

Apache Tomcat 7.0.42

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