All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.uniroma2.art.semanticturkey.changetracking.sail.NotValidatableOperationException Maven / Gradle / Ivy

There is a newer version: 13.1
Show newest version
package it.uniroma2.art.semanticturkey.changetracking.sail;

import org.eclipse.rdf4j.sail.SailException;

/**
 * Exception thrown to indicate that an operation can not undergo validation.
 * 
 * @author Manuel Fiorelli
 */
public class NotValidatableOperationException extends SailException {

	private static final long serialVersionUID = 9044605473158419217L;

	public NotValidatableOperationException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy