Package io.etcd.jetcd.lease
Class LeaseKeepAliveResponseWithError
java.lang.Object
io.etcd.jetcd.lease.LeaseKeepAliveResponseWithError
-
Field Summary
FieldsModifier and TypeFieldDescriptionio.etcd.jetcd.common.exception.EtcdException -
Constructor Summary
ConstructorsConstructorDescriptionLeaseKeepAliveResponseWithError(io.etcd.jetcd.common.exception.EtcdException e) LeaseKeepAliveResponseWithError(LeaseKeepAliveResponse leaseKeepAliveResponse) -
Method Summary
-
Field Details
-
leaseKeepAliveResponse
-
error
public io.etcd.jetcd.common.exception.EtcdException error
-
-
Constructor Details
-
LeaseKeepAliveResponseWithError
-
LeaseKeepAliveResponseWithError
public LeaseKeepAliveResponseWithError(io.etcd.jetcd.common.exception.EtcdException e)
-