Class IncompatibleClusterStateVersionException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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