Package net.sf.ehcache.store.disk
Class StoreUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.writer.CacheWriterManagerException
-
- net.sf.ehcache.store.disk.StoreUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreUpdateException extends CacheWriterManagerException
Exception thrown by the Store when the writer fails. Used to determine whether the element was inserted or updated in the Store- Author:
- Alex Snaps
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreUpdateException(java.lang.RuntimeException e, boolean update)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUpdate()Whether the element was inserted or updated in the Store-
Methods inherited from class net.sf.ehcache.writer.CacheWriterManagerException
getCause
-
-