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 CachingProviderCaching.CachingProviderRegistry. loadCachingProvider(java.lang.String fullyQualifiedClassName, java.lang.ClassLoader classLoader)Load and instantiate theCachingProviderwith 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 classCacheEntryListenerExceptionAn 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 classCacheLoaderExceptionAn exception to indicate a problem has occurred executing aCacheLoader.classCacheWriterExceptionAn 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 classEntryProcessorExceptionAn exception to indicate a problem occurred attempting to execute anEntryProcessoragainst an entry.
-