Class DownloadException.NetworkException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DownloadException.NetworkException extends DownloadException
Something network related occurred during the download process. Usually an IOException, the original exception can be accessed through cause
-
-
Constructor Summary
Constructors Constructor Description DownloadException.NetworkException(String detailMessage, Throwable cause)
-