@Override
public void removeMatch(Resource subject, URI predicate, Value object, Resource... contexts)
throws StoreException
{
if (archiveContexts.length > 0) {
RDFHandler handler = new RDFInserter(getDelegate());
try {
getDelegate().exportMatch(subject, predicate, object, true, handler, archiveContexts);
}
catch (RDFHandlerException e) {
if (e.getCause() instanceof StoreException) {