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 SummaryConstructors Constructor Description IOFileUploadException(java.lang.String pMsg, java.io.IOException pException)Creates a new instance with the given cause.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the exceptions cause.
 
-