long tempo = System.currentTimeMillis()-time;
Printer.println(" -> End operation cas at DepSpace", "azul");
Printer.println(" -> Operation cas took: " + Long.toString(tempo) + " milis", "azul");
Statistics.incCas(System.currentTimeMillis()-time);
} catch (DepSpaceException e) {
throw new DirectoryServiceConnectionProblemException("Connection Problem");
}
if(tuple != null)
throw new DirectoryServiceException("Node already exists");
}