public class StoreUpdateException extends CacheWriterManagerException
Modifier and Type | Field and Description |
---|---|
private boolean |
update |
Constructor and Description |
---|
StoreUpdateException(java.lang.RuntimeException e,
boolean update)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isUpdate()
Whether the element was inserted or updated in the Store
|
getCause