Class CoordinationStateRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.coordination.CoordinationStateRejectedException
All Implemented Interfaces:
java.io.Serializable, Writeable, ToXContent, ToXContentFragment

public class CoordinationStateRejectedException
extends ElasticsearchException
This exception is thrown when rejecting state transitions on the CoordinationState object, for example when receiving a publish request with the wrong term or version. Occurrences of this exception don't always signal failures, but can often be just caused by the asynchronous, distributed nature of the system. They will, for example, naturally happen during leader election, if multiple nodes are trying to become leader at the same time.
See Also:
Serialized Form