public class CachePartialUpdateCheckedException extends IgniteCheckedException
failedKeys().| Constructor and Description |
|---|
CachePartialUpdateCheckedException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<?> failedKeys,
Throwable err) |
void |
add(Collection<?> failedKeys,
Throwable err,
AffinityTopologyVersion topVer) |
<K> Collection<K> |
failedKeys()
Gets collection of failed keys.
|
String |
getMessage() |
AffinityTopologyVersion |
topologyVersion() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CachePartialUpdateCheckedException(String msg)
msg - Error message.public <K> Collection<K> failedKeys()
public void add(Collection<?> failedKeys, Throwable err, AffinityTopologyVersion topVer)
failedKeys - Failed keys.err - Error.topVer - Topology version for failed update.public AffinityTopologyVersion topologyVersion()
public void add(Collection<?> failedKeys, Throwable err)
failedKeys - Failed keys.err - Error.public String getMessage()
getMessage in class Throwable
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016