Class IOFileUploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.tomcat.util.http.fileupload.FileUploadException
-
- org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
-
- All Implemented Interfaces:
java.io.Serializable
public class 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.
-