
    #HJj                     &   d Z  G d de      Z G d de      Z G d de      Z G d de      Z G d	 d
e      Z G d de      Z G d de      Z G d de      Z	 G d de      Z
 G d de
      Z G d de
      Z G d de
      Z G d de
      Zy)zRDF4J exceptions.c                       e Zd ZdZy)
RDF4JErrorz Base class for RDF4J exceptions.N__name__
__module____qualname____doc__     i/Users/ahmed/devFolder/claude-voice/.venv/lib/python3.12/site-packages/rdflib/contrib/rdf4j/exceptions.pyr   r      s    *r
   r   c                       e Zd ZdZy)RepositoryErrorz<Raised when interactions on a repository result in an error.Nr   r	   r
   r   r   r      s    Fr
   r   c                       e Zd ZdZy)RepositoryResponseFormatErrorz6Raised when the repository response format is invalid.Nr   r	   r
   r   r   r          @r
   r   c                       e Zd ZdZy)RepositoryNotFoundErrorz(Raised when the repository is not found.Nr   r	   r
   r   r   r      s    2r
   r   c                       e Zd ZdZy)RepositoryNotHealthyErrorz*Raised when the repository is not healthy.Nr   r	   r
   r   r   r          4r
   r   c                       e Zd ZdZy)RepositoryAlreadyExistsErrorz*Raised when the repository already exists.Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)RDF4JUnsupportedProtocolErrorz=Raised when the server does not support the protocol version.Nr   r	   r
   r   r   r      s    Gr
   r   c                       e Zd ZdZy)RDFLibParserErrorz7Raised when there is an error parsing the RDF document.Nr   r	   r
   r   r   r       s    Ar
   r   c                       e Zd ZdZy)RepositoryTransactionErrorz3Raised when there is an error with the transaction.Nr   r	   r
   r   r   r   $   s    =r
   r   c                       e Zd ZdZy)TransactionClosedErrorz,Raised when the transaction has been closed.Nr   r	   r
   r   r   r   (   s    6r
   r   c                       e Zd ZdZy)TransactionPingErrorz6Raised when there is an error pinging the transaction.Nr   r	   r
   r   r!   r!   ,   r   r
   r!   c                       e Zd ZdZy)TransactionCommitErrorz9Raised when there is an error committing the transaction.Nr   r	   r
   r   r#   r#   0   s    Cr
   r#   c                       e Zd ZdZy)TransactionRollbackErrorz;Raised when there is an error rolling back the transaction.Nr   r	   r
   r   r%   r%   4   s    Er
   r%   N)r   	Exceptionr   r   r   r   r   r   r   r   r   r   r!   r#   r%   r	   r
   r   <module>r'      s    + +Gj GAO A3o 35 55? 5HJ HB
 B> >77 7A5 AD7 DF9 Fr
   