Package io.etcd.jetcd.election
Class NoLeaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.etcd.jetcd.election.NoLeaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoLeaderException extends java.lang.RuntimeExceptionSignals that leader for given election does not exist.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NoLeaderExceptionINSTANCE
-
Constructor Summary
Constructors Constructor Description NoLeaderException()
-
-
-
Field Detail
-
INSTANCE
public static final NoLeaderException INSTANCE
-
-