docs/doc/reference/com/google/android/exoplayer2/source/hls/playlist/HlsPlaylistTracker.PlaylistResetException.html
Package com.google.android.exoplayer2.source.hls.playlist
All Implemented Interfaces:SerializableEnclosing interface:HlsPlaylistTracker
public static final classHlsPlaylistTracker.PlaylistResetExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")
Thrown when the media sequence of a new snapshot indicates the server has reset. See Also:Serialized Form
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| Uri | url |
The url of the reset playlist.
|
Constructors | Constructor | Description |
| --- | --- |
| PlaylistResetException(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 reset playlist.
-
public PlaylistResetException([Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")url)
Creates an instance.
Parameters:url - See url.