Class IncompatibleClusterStateVersionException

org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.IncompatibleClusterStateVersionException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IncompatibleClusterStateVersionException extends ElasticsearchException
Thrown by Diff.apply(T) method
See Also:
Serialized Form
  • Constructor Details

    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException( msg)
    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException(long expectedVersion,  expectedUuid, long receivedVersion,  receivedUuid)
    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException(StreamInput in) throws
      Throws: