Package io.etcd.jetcd.lease
Class LeaseKeepAliveResponseWithError
- java.lang.Object
-
- io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
-
public class LeaseKeepAliveResponseWithError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description io.etcd.jetcd.common.exception.EtcdExceptionerrorLeaseKeepAliveResponseleaseKeepAliveResponse
-
Constructor Summary
Constructors Constructor Description LeaseKeepAliveResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)LeaseKeepAliveResponseWithError(LeaseKeepAliveResponse leaseKeepAliveResponse)
-
-
-
Field Detail
-
leaseKeepAliveResponse
public LeaseKeepAliveResponse leaseKeepAliveResponse
-
error
public io.etcd.jetcd.common.exception.EtcdException error
-
-
Constructor Detail
-
LeaseKeepAliveResponseWithError
public LeaseKeepAliveResponseWithError(LeaseKeepAliveResponse leaseKeepAliveResponse)
-
LeaseKeepAliveResponseWithError
public LeaseKeepAliveResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
-
-