public class

Cache.CacheException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.datasource.cache.Cache.CacheException

Subclasses:

CacheDataSink.CacheDataSinkException

Overview

Thrown when an error is encountered when writing data.

Summary

Constructors
publicCacheException(java.lang.String message)

publicCacheException(java.lang.String message, java.lang.Throwable cause)

publicCacheException(java.lang.Throwable 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 CacheException(java.lang.String message)

public CacheException(java.lang.Throwable cause)

public CacheException(java.lang.String message, java.lang.Throwable cause)