NetworkException

class NetworkException(detailMessage: String?, cause: Throwable) : DownloadException

Something network related occurred during the download process. Usually an IOException, the original exception can be accessed through cause

Constructors

Link copied to clipboard
constructor(detailMessage: String?, cause: Throwable)