Package io.etcd.jetcd.election
Class NotLeaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.etcd.jetcd.election.NotLeaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotLeaderException extends java.lang.RuntimeExceptionSignals that candidate is not a leader at the moment.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NotLeaderExceptionINSTANCE
-
Constructor Summary
Constructors Constructor Description NotLeaderException()
-
-
-
Field Detail
-
INSTANCE
public static final NotLeaderException INSTANCE
-
-