//FIXME On pourrait empêcher le cut dans ce cas...
String correctedDestinationCollectionName = NodeUtil.getCopyName(destinationCollectionName, destinationCollectionNode);
destinationCollectionPath = destinationCollectionNode.getPath() + "/" + correctedDestinationCollectionName;
session.move(cutCollectionPath, destinationCollectionPath);
session.save();
} catch (ItemExistsException e) {
throw new RuntimeException(e);
} catch (PathNotFoundException e) {
throw new RuntimeException(e);