DownloadException


@UnstableApi
class DownloadException : IOException


Thrown on an error during downloading.

Summary

Public constructors

Public constructors

DownloadException

DownloadException(cause: Throwable!)
Parameters
cause: Throwable!

The cause for the exception.

DownloadException

DownloadException(message: String!)
Parameters
message: String!

The message for the exception.