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 class
CustomizationException
Wraps an exception thrown from a cache customization such as theExpiryPolicy
,CacheLoader
orCacheEntryOperationListener
-
Uses of CacheException in org.cache2k.event
Subclasses of CacheException in org.cache2k.event Modifier and Type Class Description class
CacheEventListenerException
Wrapped 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 class
CacheLoaderException
Exception to wrap a loader exception.class
CacheWriterException
Wraps 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 class
EntryProcessingException
The wrapped exception from entry processing.class
RestartException
Used by the entry processor to abort the processing to carry out some, possibly asynchronous, processing.
-