* transaction is active.
* @throws IllegalStateException If the connection has been closed.
*/
@Override
public void removeStatement(UpdateContext op, Resource subj, URI pred, Value obj, Resource... contexts) throws SailException {
throw new SailReadOnlyException("snapshot sails are read-only");
}