
    Pif                     Z   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dS )zRDF4J exceptions.c                       e Zd ZdZdS )RepositoryErrorz<Raised when interactions on a repository result in an error.N__name__
__module____qualname____doc__     s/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/rdflib/contrib/rdf4j/exceptions.pyr   r      s        FFFFr
   r   c                       e Zd ZdZdS )RepositoryFormatErrorz-Raised when the repository format is invalid.Nr   r	   r
   r   r   r      s        7777r
   r   c                       e Zd ZdZdS )RepositoryNotFoundErrorz(Raised when the repository is not found.Nr   r	   r
   r   r   r      s        2222r
   r   c                       e Zd ZdZdS )RepositoryNotHealthyErrorz*Raised when the repository is not healthy.Nr   r	   r
   r   r   r              4444r
   r   c                       e Zd ZdZdS )RepositoryAlreadyExistsErrorz*Raised when the repository already exists.Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )RDF4JUnsupportedProtocolErrorz=Raised when the server does not support the protocol version.Nr   r	   r
   r   r   r      s        GGGGr
   r   c                       e Zd ZdZdS )RDFLibParserErrorz7Raised when there is an error parsing the RDF document.Nr   r	   r
   r   r   r      s        AAAAr
   r   c                       e Zd ZdZdS )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dS )TransactionClosedErrorz,Raised when the transaction has been closed.Nr   r	   r
   r   r   r   $   s        6666r
   r   c                       e Zd ZdZdS )TransactionPingErrorz6Raised when there is an error pinging the transaction.Nr   r	   r
   r   r   r   (   s        @@@@r
   r   c                       e Zd ZdZdS )TransactionCommitErrorz9Raised when there is an error committing the transaction.Nr   r	   r
   r   r    r    ,   s        CCCCr
   r    c                       e Zd ZdZdS )TransactionRollbackErrorz;Raised when there is an error rolling back the transaction.Nr   r	   r
   r   r"   r"   0   s        EEEEr
   r"   N)r   	Exceptionr   r   r   r   r   r   r   r   r   r   r    r"   r	   r
   r   <module>r$      sC    G G G G Gi G G G8 8 8 8 8O 8 8 83 3 3 3 3o 3 3 35 5 5 5 5 5 5 55 5 5 5 5? 5 5 5H H H H HI H H HB B B B B	 B B B> > > > > > > >7 7 7 7 77 7 7 7A A A A A5 A A AD D D D D7 D D DF F F F F9 F F F F Fr
   