Cache.CacheException

public class Cache.CacheException extends IOException

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(String message, Throwable cause)

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

CacheException

public CacheException(Throwable cause)

CacheException

public CacheException(String message)

CacheException

public CacheException(String message, Throwable cause)