DownloadException


@UnstableApi
class DownloadException : IOException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ androidx.media3.exoplayer.offline.DownloadException

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.