vertexium
vertexium copied to clipboard
Throw an exception if FetchHint was not given to retrieve the given data but an attempt was made to read that data
The following should throw an exception because the properties were not retrieved.
Vertex v = g.getVertex("v1", FetchHint.NONE, auths);
v.getProperties();