Class NotLeaderException

  • All Implemented Interfaces:
    Serializable

    public class NotLeaderException
    extends RaftException
    Thrown when an operation, query, or a membership change is triggered on a non-leader Raft node. In this case, the operation can be retried on another Raft node of the Raft group.
    See Also:
    Serialized Form