Package io.etcd.jetcd.watch
Class WatchResponseWithError
java.lang.Object
io.etcd.jetcd.watch.WatchResponseWithError
-
Constructor Summary
ConstructorsConstructorDescriptionWatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e) WatchResponseWithError(WatchResponse watchResponse) -
Method Summary
Modifier and TypeMethodDescriptionio.etcd.jetcd.common.exception.EtcdException
-
Constructor Details
-
WatchResponseWithError
-
WatchResponseWithError
public WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
-
-
Method Details
-
getWatchResponse
-
getException
public io.etcd.jetcd.common.exception.EtcdException getException()
-