Package org.ehcache.exceptions

Package for all Cache related exceptions

See:
          Description

Exception Summary
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
CacheAccessException Generic exception used when an internal operation fails on a Cache.
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.
 

Package org.ehcache.exceptions Description

Package for all Cache related exceptions