Uses of Class
org.cache2k.CustomizationException
-
Packages that use CustomizationException Package Description org.cache2k.integration Loader and writer to integrate with external data sources.org.cache2k.io Loader and writer to integrate with external data sources. -
-
Uses of CustomizationException in org.cache2k.integration
Subclasses of CustomizationException in org.cache2k.integration Modifier and Type Class Description class
CacheLoaderException
Deprecated.Replaced withCacheLoaderException
, to be removed in version 2.2class
CacheWriterException
Deprecated.Replaced withCacheWriterException
, to be removed in version 2.2 -
Uses of CustomizationException in org.cache2k.io
Subclasses of CustomizationException 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.
-