Package org.ehcache.exceptions

Package for all Cache related exceptions

See:
          Description

Class Summary
ExceptionFactory  
 

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.
CachePassThroughException A generic wrapper runtime exception that will not be caught and handled at the store level.
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
RethrowingCacheAccessException Deprecated. This mechanism is a stop-gap solution until ResilienceStrategy instances can be plugged-in.
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