public final class

HlsPlaylistTracker.PlaylistStuckException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.exoplayer.hls.playlist.HlsPlaylistTracker.PlaylistStuckException

Overview

Thrown when a playlist is considered to be stuck due to a server side error.

Summary

Fields
public final Uriurl

The url of the stuck playlist.

Constructors
publicPlaylistStuckException(Uri url)

Creates an instance.

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final Uri url

The url of the stuck playlist.

Constructors

public PlaylistStuckException(Uri url)

Creates an instance.

Parameters:

url: See HlsPlaylistTracker.PlaylistStuckException.url.