Class IncompatibleClusterStateVersionException

    • Constructor Detail

      • 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