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
|
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StoreUpdateException(RuntimeException e, boolean update)
e - the cause of the failureupdate - true if element was updated, false if insertedCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.