exceptions
RDF4J exceptions.
Classes:
-
RDF4JUnsupportedProtocolError–Raised when the server does not support the protocol version.
-
RDFLibParserError–Raised when there is an error parsing the RDF document.
-
RepositoryAlreadyExistsError–Raised when the repository already exists.
-
RepositoryError–Raised when interactions on a repository result in an error.
-
RepositoryFormatError–Raised when the repository format is invalid.
-
RepositoryNotFoundError–Raised when the repository is not found.
-
RepositoryNotHealthyError–Raised when the repository is not healthy.
-
RepositoryTransactionError–Raised when there is an error with the transaction.
-
TransactionClosedError–Raised when the transaction has been closed.
-
TransactionCommitError–Raised when there is an error committing the transaction.
-
TransactionPingError–Raised when there is an error pinging the transaction.
-
TransactionRollbackError–Raised when there is an error rolling back the transaction.
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.