|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheException | |
---|---|
javax.cache | This package contains the API for JCache. |
javax.cache.annotation | This package contains annotations for adding caching interceptors to java objects |
javax.cache.event | This package contains event listener interfaces. |
javax.cache.transaction | This package contains the transactional support for JCache API. |
Uses of CacheException in javax.cache |
---|
Subclasses of CacheException in javax.cache | |
---|---|
class |
CachingShutdownException
Thrown to indicate an exception has occurred in an aggregate Caching shutdown procedure. |
class |
InvalidConfigurationException
An exception to report invalid configuration settings. |
Uses of CacheException in javax.cache.annotation |
---|
Subclasses of CacheException in javax.cache.annotation | |
---|---|
class |
CacheAnnotationConfigurationException
Thrown if an invalid cache annotation configuration is detected. |
Uses of CacheException in javax.cache.event |
---|
Subclasses of CacheException in javax.cache.event | |
---|---|
class |
CacheEntryListenerException
An exception to indicate a problem has occurred with a listener. |
Uses of CacheException in javax.cache.transaction |
---|
Subclasses of CacheException in javax.cache.transaction | |
---|---|
class |
TransactionException
A transaction exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |