public abstract class SyncServiceException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncServiceException.NoChildrenForEphemeralException |
static class |
SyncServiceException.NodeChangedException |
static class |
SyncServiceException.NodeExistsException |
static class |
SyncServiceException.NodeHasChildrenException |
static class |
SyncServiceException.NodeNeverReadException |
static class |
SyncServiceException.NodeNotFoundException |
| Constructor and Description |
|---|
SyncServiceException() |
| Modifier and Type | Method and Description |
|---|---|
List<SyncServiceMultiOpResult> |
getMultiOpResults() |
void |
setMultiOpResults(List<SyncServiceMultiOpResult> results) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic void setMultiOpResults(List<SyncServiceMultiOpResult> results)
public List<SyncServiceMultiOpResult> getMultiOpResults()
Copyright © 2014. All Rights Reserved.