docs/doc/reference/com/google/android/exoplayer2/upstream/cache/CacheDataSink.CacheDataSinkException.html
Package com.google.android.exoplayer2.upstream.cache
All Implemented Interfaces:SerializableEnclosing class:CacheDataSink
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
Constructors | Constructor | Description |
| --- | --- |
| CacheDataSinkException(IOException cause) | |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public CacheDataSinkException([IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")cause)