Package io.etcd.jetcd.watch
Class WatchResponseWithError
- java.lang.Object
-
- io.etcd.jetcd.watch.WatchResponseWithError
-
public class WatchResponseWithError extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)WatchResponseWithError(WatchResponse watchResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.etcd.jetcd.common.exception.EtcdExceptiongetException()WatchResponsegetWatchResponse()
-
-
-
Constructor Detail
-
WatchResponseWithError
public WatchResponseWithError(WatchResponse watchResponse)
-
WatchResponseWithError
public WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
-
-
Method Detail
-
getWatchResponse
public WatchResponse getWatchResponse()
-
getException
public io.etcd.jetcd.common.exception.EtcdException getException()
-
-