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