Back to Exoplayer

CacheDataSink.CacheDataSinkException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/cache/CacheDataSink.CacheDataSinkException.html

latest2.5 KB
Original Source

Package com.google.android.exoplayer2.upstream.cache

Class CacheDataSink.CacheDataSinkException


public static final classCacheDataSink.CacheDataSinkExceptionextends[Cache.CacheException](Cache.CacheException.html "class in com.google.android.exoplayer2.upstream.cache")

Thrown when an IOException is encountered when writing data to the sink. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | CacheDataSinkException​(IOException cause) | |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

CacheDataSinkException

public CacheDataSinkException​([IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")cause)