| Exception | Description |
|---|---|
| BulkCacheLoadingException |
Exception thrown by a
Cache when the CacheLoaderWriter it uses threw an
RuntimeException while bulk loading values for a given set of keys |
| BulkCacheWritingException |
Exception thrown by a
Cache when the CacheLoaderWriter it uses threw an
exception while bulk writing / removing values for a given set of keys |
| CacheIterationException |
Created by alsu on 09/10/15.
|
| CacheLoadingException |
Exception thrown by a
Cache when the CacheLoaderWriter it uses threw an
Exception while loading a value for a given key. |
| CachePersistenceException |
Exception that can occur from operations on
PersistentCacheManager. |
| CacheWritingException |
Exception thrown by a
Cache when the CacheLoaderWriter it uses threw an
Exception while writing a value for a given key |
| SerializerException |
Exception thrown by a
Cache when a store cannot serialize or deserialize a value. |
| StateTransitionException |
Exception indicating that a state transition failed.
|
| StoreAccessException |
Generic exception used when an internal operation fails on a
Cache. |
Cache related exceptions