Class NotLeaderException

All Implemented Interfaces:
Serializable

public class NotLeaderException extends RuntimeException
When a request needing a leader node was executed on a follower node. In this case the connection will reconnect automatically to the leader node. However, the request causing that exception needs to be retried if the user really wants it to be carried out.
See Also: