Package io.etcd.jetcd.lease
Class NoSuchLeaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.etcd.jetcd.lease.NoSuchLeaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchLeaseException extends java.lang.ExceptionSignals that the lease client do not have this lease.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchLeaseException(long leaseId)
-