|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.writer.CacheWriterManagerException
net.sf.ehcache.store.compound.StoreUpdateException
public class StoreUpdateException
Exception thrown by the Store when the writer fails. Used to determine whether the element was inserted or updated in the Store
Constructor Summary | |
---|---|
StoreUpdateException(java.lang.RuntimeException e,
boolean update)
Constructor |
Method Summary | |
---|---|
boolean |
isUpdate()
Whether the element was inserted or updated in the Store |
Methods inherited from class net.sf.ehcache.writer.CacheWriterManagerException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StoreUpdateException(java.lang.RuntimeException e, boolean update)
e
- the cause of the failureupdate
- true if element was updated, false if insertedMethod Detail |
---|
public boolean isUpdate()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |