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:
- Serializable
- Enclosing class:
- FileUploadBase
public static class FileUploadBase.FileUploadIOException
- extends IOException
This exception is thrown for hiding an inner
FileUploadException
in an IOException
.
- See Also:
- Serialized Form
FileUploadBase.FileUploadIOException
public FileUploadBase.FileUploadIOException(FileUploadException pCause)
- Creates a
FileUploadIOException
with the
given cause.
- Parameters:
pCause
- The exceptions cause, if any, or null.
getCause
public Throwable getCause()
- Returns the exceptions cause.
- Overrides:
getCause
in class Throwable
- Returns:
- The exceptions cause, if any, or null.
Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.