public class FileUploadIOException extends IOException
FileUploadException
in an IOException
.Constructor and Description |
---|
FileUploadIOException(FileUploadException pCause)
Creates a
FileUploadIOException with the
given cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the exceptions cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileUploadIOException(FileUploadException pCause)
FileUploadIOException
with the
given cause.pCause
- The exceptions cause, if any, or null.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.