Class WatchResponseWithError

java.lang.Object
io.etcd.jetcd.watch.WatchResponseWithError

public class WatchResponseWithError extends Object
  • Constructor Details

    • WatchResponseWithError

      public WatchResponseWithError(WatchResponse watchResponse)
    • WatchResponseWithError

      public WatchResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
  • Method Details

    • getWatchResponse

      public WatchResponse getWatchResponse()
    • getException

      public io.etcd.jetcd.common.exception.EtcdException getException()