private NodeSettings(DataTransferNodeDescriptor sourceNode) throws DBException {
   this.sourceNode = sourceNode;
   this.settings = sourceNode.createSettings();
   this.pages = sourceNode.createWizardPages();
 }