assertObjectBelongsToStore( newDirectory );
assertDirectoryExistsInStore( directory );
if ( directory.isRoot( ) )
{
throw new CannotMoveRootDirectoryException(
"Cannot move the root directory." );
}
// Check for no-op.
if ( directory.equals( newDirectory ) )