Package io.etcd.jetcd.lease
Class NoSuchLeaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.etcd.jetcd.lease.NoSuchLeaseException
- All Implemented Interfaces:
Serializable
Signals that the lease client do not have this lease.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchLeaseException
public NoSuchLeaseException(long leaseId)
-