HlsPlaylistTracker.PlaylistStuckException


public final class HlsPlaylistTracker.PlaylistStuckException extends IOException


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

Summary

Public fields

final Uri

The url of the stuck playlist.

Public constructors

Creates an instance.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

url

public final Uri url

The url of the stuck playlist.

Public constructors

PlaylistStuckException

public PlaylistStuckException(Uri url)

Creates an instance.

Parameters
Uri url

See url.