Package org.apache.commons.fileupload
Class FileUploadBase.FileUploadIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.fileupload.FileUploadBase.FileUploadIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FileUploadBase
public static class FileUploadBase.FileUploadIOException extends java.io.IOException
Signals that a FileUpload I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted FileUpload I/O operations. This exception wraps aFileUploadException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadIOException(FileUploadException cause)
Creates aFileUploadIOException
with the given cause.
-
-
-
Constructor Detail
-
FileUploadIOException
public FileUploadIOException(FileUploadException cause)
Creates aFileUploadIOException
with the given cause.- Parameters:
cause
- The exceptions cause, if any, or null.
-
-