Uses of Class
com.hp.hpl.jena.shared.DeleteDeniedException

Packages that use DeleteDeniedException
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
 

Uses of DeleteDeniedException in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that throw DeleteDeniedException
 void Graph.delete(Triple t)
          Remove the triple t (if possible) from the set belonging to this graph
 



Licenced under the Apache License, Version 2.0