public class StoreUpdateException extends CacheWriterManagerException
Constructor and Description |
---|
StoreUpdateException(RuntimeException e,
boolean update)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isUpdate()
Whether the element was inserted or updated in the Store
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StoreUpdateException(RuntimeException e, boolean update)
e
- the cause of the failureupdate
- true if element was updated, false if insertedCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.