DownloadExceptionpublic class DownloadException extends Exception Throws by various Download methods to indicate errors |
Constructors Summary |
---|
public DownloadException(String str)
super(str);
| public DownloadException(String str, Throwable cause)
super(str,cause);
|
|