DuplicateNodeException constructor

DuplicateNodeException(
  1. UuidValue nodeId
)

Creates a new instance of DuplicateNodeException.

Implementation

DuplicateNodeException(this.nodeId);