Uses of Class
javax.cache.CacheException
Packages that use CacheException
Package
Description
This package contains the API for JCache.
This package contains event listener interfaces.
This package contains interfaces for integration.
This package contains the API for Entry Processors.
-
Uses of CacheException in javax.cache
Methods in javax.cache that throw CacheExceptionModifier and TypeMethodDescriptionprotected CachingProvider
Caching.CachingProviderRegistry.loadCachingProvider
(String fullyQualifiedClassName, ClassLoader classLoader) Load and instantiate theCachingProvider
with the specified fully qualified class name using the providedClassLoader
-
Uses of CacheException in javax.cache.event
Subclasses of CacheException in javax.cache.eventModifier and TypeClassDescriptionclass
An exception to indicate a problem has occurred with a listener. -
Uses of CacheException in javax.cache.integration
Subclasses of CacheException in javax.cache.integrationModifier and TypeClassDescriptionclass
An exception to indicate a problem has occurred executing aCacheLoader
.class
An exception to indicate a problem has occurred executing aCacheWriter
. -
Uses of CacheException in javax.cache.processor
Subclasses of CacheException in javax.cache.processorModifier and TypeClassDescriptionclass
An exception to indicate a problem occurred attempting to execute anEntryProcessor
against an entry.