Back to Exoplayer

Cache.CacheException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/cache/Cache.CacheException.html

latest2.8 KB
Original Source

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

Class Cache.CacheException


public static classCache.CacheExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")

Thrown when an error is encountered when writing data. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | CacheException​(String message) | | | CacheException​(String message, Throwable cause) | | | CacheException​(Throwable 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

- 

CacheException

public CacheException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message)
- 

CacheException

public CacheException​([Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause)
- 

CacheException

public CacheException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause)