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
This exception is thrown for hiding an innerFileUploadException
in anIOException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadIOException(FileUploadException pCause)
Creates aFileUploadIOException
with the given cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
Returns the exceptions cause.
-
-
-
Constructor Detail
-
FileUploadIOException
public FileUploadIOException(FileUploadException pCause)
Creates aFileUploadIOException
with the given cause.- Parameters:
pCause
- The exceptions cause, if any, or null.
-
-