Uses of Class
javax.cache.CacheException
-
Packages that use CacheException Package Description javax.cache javax.cache.event javax.cache.transaction -
-
Uses of CacheException in javax.cache
Subclasses of CacheException in javax.cache Modifier and Type Class Description classCachingShutdownExceptionThrown to indicate an exception has occurred in an aggregate Caching shutdown procedure.classInvalidConfigurationExceptionAn exception to report invalid configuration settings. -
Uses of CacheException in javax.cache.event
Subclasses of CacheException in javax.cache.event Modifier and Type Class Description classCacheEntryListenerExceptionAn exception to indicate a problem has occurred with a listener. -
Uses of CacheException in javax.cache.transaction
Subclasses of CacheException in javax.cache.transaction Modifier and Type Class Description classTransactionExceptionA transaction exception.
-