docs/doc/reference/com/google/android/exoplayer2/source/hls/playlist/HlsPlaylistTracker.PlaylistStuckException.html
Package com.google.android.exoplayer2.source.hls.playlist
All Implemented Interfaces:SerializableEnclosing interface:HlsPlaylistTracker
public static final classHlsPlaylistTracker.PlaylistStuckExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")
Thrown when a playlist is considered to be stuck due to a server side error. See Also:Serialized Form
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| Uri | url |
The url of the stuck playlist.
|
Constructors | Constructor | Description |
| --- | --- |
| PlaylistStuckException(Uri url) |
Creates an instance.
|
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public final[Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")url
The url of the stuck playlist.
-
public PlaylistStuckException([Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")url)
Creates an instance.
Parameters:url - See url.