Class IncompatibleClusterStateVersionException

    • Constructor Detail

      • IncompatibleClusterStateVersionException

        public IncompatibleClusterStateVersionException​(String msg)
      • IncompatibleClusterStateVersionException

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