"By the configuration parameter '${path-a-key}' directory '${path-a}' and by the configuration parameter'${path-b-key}' directory '${path-b}' are not on the same file system. ");
privatestaticfinalTemplateNON_WRITABLE_TEMPLATE=newTemplate("Directory '${pathA}' is not writable. ");
privatestaticfinalTemplateNON_WRITABLE_TEMPLATE=
newTemplate("By the configuration parameter '${path-a-key}' directory '${path-a}' is not writable. ");
privatestaticfinalTemplateNON_VOLUME_TEMPLATE=newTemplate("Volume information for '${volA}' is not retrivable. ");
privatestaticfinalTemplateNON_VOLUME_TEMPLATE=
newTemplate("Volume information from the configuration parameter '${path-a-key}' directory '${path-a}' is not retrivable. ");
privatestaticfinalTemplateNON_MOVE_TEMPLATE=newTemplate("Move operation failed from '${pathA}' to '${pathB}'. ");
"Move operation failed from the configuration parameter '${path-a-key}' directory '${path-a}' to from the configuration parameter '${path-b-key}' directory '${path-b}'. ");