public final class

CacheDataSink.CacheDataSinkException

extends Cache.CacheException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

androidx.media3.datasource.cache.Cache.CacheException

↳androidx.media3.datasource.cache.CacheDataSink.CacheDataSinkException

Overview

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

Summary

Constructors
publicCacheDataSinkException(java.io.IOException cause)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public CacheDataSinkException(java.io.IOException cause)