Cache.CacheException


class Cache.CacheException : IOException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ androidx.media3.datasource.cache.Cache.CacheException
Known direct subclasses
CacheDataSink.CacheDataSinkException

Thrown when an IOException is encountered when writing data to the sink.


Thrown when an error is encountered when writing data.

Summary

Public constructors

CacheException(message: String!, cause: Throwable!)

Public constructors

CacheException

CacheException(cause: Throwable!)

CacheException

CacheException(message: String!)

CacheException

CacheException(message: String!, cause: Throwable!)