Uses of Class
javax.cache.CacheException
-
Packages that use CacheException Package Description javax.cache This package contains the API for JCache.javax.cache.event This package contains event listener interfaces.javax.cache.integration This package contains interfaces for integration.javax.cache.processor This package contains the API for Entry Processors. -
-
Uses of CacheException in javax.cache
Methods in javax.cache that throw CacheException Modifier and Type Method Description protected CachingProvider
Caching.CachingProviderRegistry. loadCachingProvider(java.lang.String fullyQualifiedClassName, java.lang.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.event Modifier and Type Class Description class
CacheEntryListenerException
An exception to indicate a problem has occurred with a listener. -
Uses of CacheException in javax.cache.integration
Subclasses of CacheException in javax.cache.integration Modifier and Type Class Description class
CacheLoaderException
An exception to indicate a problem has occurred executing aCacheLoader
.class
CacheWriterException
An exception to indicate a problem has occurred executing aCacheWriter
. -
Uses of CacheException in javax.cache.processor
Subclasses of CacheException in javax.cache.processor Modifier and Type Class Description class
EntryProcessorException
An exception to indicate a problem occurred attempting to execute anEntryProcessor
against an entry.
-