DownloadException
Artifact: androidx.media3:media3-exoplayer
@UnstableApi
public final class DownloadException extends IOException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | androidx.media3.exoplayer.offline.DownloadException |
Thrown on an error during downloading.
Summary
Public constructors |
|---|
DownloadException(Throwable cause) |
DownloadException(String message) |
Inherited methods |
|---|
Public constructors
DownloadException
public DownloadException(Throwable cause)
| Parameters | |
|---|---|
Throwable cause |
The cause for the exception. |
DownloadException
public DownloadException(String message)
| Parameters | |
|---|---|
String message |
The message for the exception. |