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 classCacheLoaderExceptionDeprecated.Replaced withCacheLoaderException, to be removed in version 2.2classCacheWriterExceptionDeprecated.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 classCacheLoaderExceptionException to wrap a loader exception.classCacheWriterExceptionWraps an exception caused by a writer.
-