public class WatchResponseWithError extends Object
| Constructor and Description |
|---|
WatchResponseWithError(EtcdException e) |
WatchResponseWithError(com.coreos.jetcd.api.WatchResponse watchResponse) |
| Modifier and Type | Method and Description |
|---|---|
EtcdException |
getException() |
com.coreos.jetcd.api.WatchResponse |
getWatchResponse() |
public WatchResponseWithError(com.coreos.jetcd.api.WatchResponse watchResponse)
public WatchResponseWithError(EtcdException e)
public com.coreos.jetcd.api.WatchResponse getWatchResponse()
public EtcdException getException()
Copyright © 2017. All rights reserved.