Uses of Class
javax.cache.CacheException
Packages that use CacheException
Package
Description
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.event
Subclasses of CacheException in javax.cache.eventModifier and TypeClassDescriptionclassAn 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 TypeClassDescriptionclassAn exception to indicate a problem has occurred executing aCacheLoader.classAn exception to indicate a problem has occurred executing aCacheWriter. -
Uses of CacheException in javax.cache.processor
Subclasses of CacheException in javax.cache.processorModifier and TypeClassDescriptionclassAn exception to indicate a problem occurred attempting to execute anEntryProcessoragainst an entry.