Class IncompatibleClusterStateVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.IncompatibleClusterStateVersionException
All Implemented Interfaces:
java.io.Serializable, 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​(java.lang.String msg)
    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException​(long expectedVersion, java.lang.String expectedUuid, long receivedVersion, java.lang.String receivedUuid)
    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException