Uses of Class
org.cache2k.CustomizationException
-
Packages that use CustomizationException Package Description 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. -
-
Uses of CustomizationException in org.cache2k.event
Subclasses of CustomizationException in org.cache2k.event Modifier and Type Class Description class
CacheEventListenerException
Wrapped exception if a listener throws an exception. -
Uses of CustomizationException in org.cache2k.io
Subclasses of CustomizationException in org.cache2k.io Modifier and Type Class Description class
CacheWriterException
Wraps an exception caused by a writer.
-