Package io.etcd.jetcd.common.exception
Class CompactedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.etcd.jetcd.common.exception.EtcdException
io.etcd.jetcd.common.exception.CompactedException
- All Implemented Interfaces:
Serializable
CompactedException is thrown when a operation wants to retrieve key at a revision that has
been compacted.
- See Also:
-
Method Summary
Methods inherited from class io.etcd.jetcd.common.exception.EtcdException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getCompactedRevision
public long getCompactedRevision()
-