public class GridCachePartialUpdateException extends GridException
failedKeys().| Constructor and Description |
|---|
GridCachePartialUpdateException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<?> failedKeys,
Throwable err) |
<K> Collection<K> |
failedKeys()
Gets collection of failed keys.
|
String |
getMessage() |
getCause, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridCachePartialUpdateException(String msg)
msg - Error message.public <K> Collection<K> failedKeys()
public void add(Collection<?> failedKeys, Throwable err)
failedKeys - Failed keys.err - Error.public String getMessage()
GridException
Adds troubleshooting links if they where not added by below in cause hierarchy.
getMessage in class GridExceptionCopyright © 2014. All rights reserved.