org.apache.tomcat.util.http.fileupload
Class FileUploadBase.FileUploadIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.