public class FileUploadIOException extends IOException
FileUploadException in
an IOException.| Constructor and Description |
|---|
FileUploadIOException(FileUploadException aCause)
Creates a
FileUploadIOException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileUploadIOException(FileUploadException aCause)
FileUploadIOException with the given cause.aCause - The exceptions cause, if any, or null.Copyright © 2014–2019 Philip Helger. All rights reserved.