Package org.apache.commons.fileupload
Class FileUploadBase.IOFileUploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.fileupload.FileUploadException
-
- org.apache.commons.fileupload.FileUploadBase.IOFileUploadException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FileUploadBase
public static class FileUploadBase.IOFileUploadException extends FileUploadException
Thrown to indicate an IOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOFileUploadException(java.lang.String pMsg, java.io.IOException pException)
Creates a new instance 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.-
Methods inherited from class org.apache.commons.fileupload.FileUploadException
printStackTrace, printStackTrace
-
-
-
-
Method Detail
-
getCause
public java.lang.Throwable getCause()
Returns the exceptions cause.- Overrides:
getCause
in classFileUploadException
- Returns:
- The exceptions cause, if any, or null.
-
-