public static class FileUploadBase.FileUploadIOException
extends java.io.IOException
FileUploadException
in an IOException
.Modifier and Type | Field and Description |
---|---|
private FileUploadException |
cause
The exceptions cause; we overwrite the parent
classes field, which is available since Java
1.4 only.
|
private static long |
serialVersionUID
The exceptions UID, for serializing an instance.
|
Constructor and Description |
---|
FileUploadIOException(FileUploadException pCause)
Creates a
FileUploadIOException with the
given cause. |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the exceptions cause.
|
private static final long serialVersionUID
private final FileUploadException cause
public FileUploadIOException(FileUploadException pCause)
FileUploadIOException
with the
given cause.pCause
- The exceptions cause, if any, or null.