Class IncompatibleClusterStateVersionException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

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

    • IncompatibleClusterStateVersionException

      public IncompatibleClusterStateVersionException(String msg)
    • IncompatibleClusterStateVersionException

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

      public IncompatibleClusterStateVersionException(StreamInput in) throws IOException
      Throws:
      IOException