Uses of Class
org.cache2k.CacheException
-
Packages that use CacheException Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.event Events that are fired on behalf of a cache operation.org.cache2k.io Loader and writer to integrate with external data sources.org.cache2k.processor Entry processor and supporting types for custom atomic operations on a cache entry. -
-
Uses of CacheException in org.cache2k
Subclasses of CacheException in org.cache2k Modifier and Type Class Description classCustomizationExceptionWraps an exception thrown from a cache customization such as theExpiryPolicy,CacheLoaderorCacheEntryOperationListener -
Uses of CacheException in org.cache2k.event
Subclasses of CacheException in org.cache2k.event Modifier and Type Class Description classCacheEventListenerExceptionWrapped exception if a listener throws an exception. -
Uses of CacheException in org.cache2k.io
Subclasses of CacheException in org.cache2k.io Modifier and Type Class Description classCacheLoaderExceptionException to wrap a loader exception.classCacheWriterExceptionWraps an exception caused by a writer. -
Uses of CacheException in org.cache2k.processor
Subclasses of CacheException in org.cache2k.processor Modifier and Type Class Description classEntryProcessingExceptionThe wrapped exception from entry processing.classRestartExceptionUsed by the entry processor to abort the processing to carry out some, possibly asynchronous, processing.
-