public class DownloadFailedException extends IOException
| Constructor and Description |
|---|
DownloadFailedException()
Creates a new DownloadFailedException.
|
DownloadFailedException(String msg)
Creates a new DownloadFailedException.
|
DownloadFailedException(String msg,
Throwable ex)
Creates a new DownloadFailedException.
|
DownloadFailedException(Throwable ex)
Creates a new DownloadFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DownloadFailedException()
public DownloadFailedException(String msg)
msg - a message for the exception.public DownloadFailedException(Throwable ex)
ex - the cause of the download failure.Copyright© 2012-15 Jeremy Long. All Rights Reserved.