public static class FileUploadBase.FileUploadIOException
extends java.io.IOException
FileUploadException in an IOException.| Constructor and Description |
|---|
FileUploadBase.FileUploadIOException(FileUploadException pCause)
Creates a
FileUploadIOException with the
given cause. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the exceptions cause.
|
public FileUploadBase.FileUploadIOException(FileUploadException pCause)
FileUploadIOException with the
given cause.pCause - The exceptions cause, if any, or null.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.