public static class FileUploadBase.IOFileUploadException extends FileUploadException
Modifier and Type | Field and Description |
---|---|
private java.io.IOException |
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 |
---|
IOFileUploadException(java.lang.String pMsg,
java.io.IOException pException)
Creates a new instance with the given cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the exceptions cause.
|
printStackTrace, printStackTrace
private static final long serialVersionUID
private final java.io.IOException cause
public IOFileUploadException(java.lang.String pMsg, java.io.IOException pException)
pMsg
- The detail message.pException
- The exceptions cause.public java.lang.Throwable getCause()
getCause
in class FileUploadException