Package tech.oxfordsemantic.jrdfox.exceptions
package tech.oxfordsemantic.jrdfox.exceptions
-
Exception ClassesClassDescriptionThis exception is thrown when an authentication request fails (e.g., when the system is presented with an invalid combination of a role name and password).This exception is thrown when a specified user is not authorised to perform a particular action on a resource (e.g., when a user attempts to change a data store for which they have only read-only access).This exception is thrown when an attempt is made to commit a transaction in which the default RDF graph contains at least one instance of the class
https://rdfox.com/vocabulary#ConstraintViolation.This exception is thrown when a method ofCursoris called but the data store has changed in a way that prevents this cursor from being used any more.This exception is thrown when an error during rule compilation occurs.This exception is thrown when a client tries to create a resource that already exists.This exception is thrown when a cursor function is called and the cursor is an invalid state.This is a top-level exception for RDFox.This exception is thrown when RDFox calls a piece of functionality that is implemented in Java, but the underlying Java library throws an exception.This exception is thrown when an operation cannot be completed because of pending changes from other replicas.This exception is thrown when a server cannot find a valid license.This exception is thrown when a lock on a data store must be acquired in order to fulfil a request, but the lock acquisition times out.This exception is thrown when RDFox runs out of memory.This exception is thrown when an operation on aServerConnectionorDataStoreConnectionis interrupted using theinterrupt()method.This exception is thrown when an error during parsing occurs.This exception is thrown when an error during query compilation occurs.This exception is thrown when an operation attempts to modify a resource that is currently used elsewhere.This exception is thrown when an error during rule compilation occurs.This exception is thrown when a system call throws an exception.This exception is thrown when an operation attempts to access a resource that does not exist.