Skip to content

exceptions

RDF4J exceptions.

Classes:

RDF4JUnsupportedProtocolError

Bases: Exception

Raised when the server does not support the protocol version.

RDFLibParserError

Bases: Exception

Raised when there is an error parsing the RDF document.

RepositoryAlreadyExistsError

Bases: RepositoryError

Raised when the repository already exists.

RepositoryError

Bases: Exception

Raised when interactions on a repository result in an error.

RepositoryFormatError

Bases: RepositoryError

Raised when the repository format is invalid.

RepositoryNotFoundError

Bases: RepositoryError

Raised when the repository is not found.

RepositoryNotHealthyError

Bases: RepositoryError

Raised when the repository is not healthy.

RepositoryTransactionError

Bases: Exception

Raised when there is an error with the transaction.

TransactionClosedError

Bases: RepositoryTransactionError

Raised when the transaction has been closed.

TransactionCommitError

Bases: RepositoryTransactionError

Raised when there is an error committing the transaction.

TransactionPingError

Bases: RepositoryTransactionError

Raised when there is an error pinging the transaction.

TransactionRollbackError

Bases: RepositoryTransactionError

Raised when there is an error rolling back the transaction.