Class FileUploadIOException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class FileUploadIOException extends java.io.IOExceptionThis exception is thrown for hiding an innerFileUploadExceptionin anIOException.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FileUploadIOException(FileUploadException pCause)Creates aFileUploadIOExceptionwith the given cause.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Returns the exceptions cause.
 
- 
- 
- 
Constructor Detail- 
FileUploadIOExceptionpublic FileUploadIOException(FileUploadException pCause) Creates aFileUploadIOExceptionwith the given cause.- Parameters:
- pCause- The exceptions cause, if any, or null.
 
 
- 
 
-