Class NotMasterException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class NotMasterException extends ElasticsearchException
Thrown when a node join request or a master ping reaches a node which is not currently acting as a master or when a cluster state update task is to be executed on a node that is no longer master.
See Also: