- All Implemented Interfaces:
- java.io.Serializable
public class NotLeaderException
extends java.lang.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:
- Serialized Form