Uses of Class
javax.cache.CacheException
-
Packages that use CacheException Package Description 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.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.
-