public class WatchResponseWithError extends Object
| Constructor and Description |
|---|
WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e) |
WatchResponseWithError(WatchResponse watchResponse) |
| Modifier and Type | Method and Description |
|---|---|
io.etcd.jetcd.common.exception.EtcdException |
getException() |
WatchResponse |
getWatchResponse() |
public WatchResponseWithError(WatchResponse watchResponse)
public WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
public WatchResponse getWatchResponse()
public io.etcd.jetcd.common.exception.EtcdException getException()
Copyright © 2020. All rights reserved.