public class FileUploadIOException extends IOException
FileUploadException in an IOException.| Constructor and Description | 
|---|
| FileUploadIOException(FileUploadException pCause)Creates a  FileUploadIOExceptionwith 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, toStringpublic 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.