o
    ÒmÆiÅ  ã                   @   sØ   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG d	d
„ d
eƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZ	G dd„ deƒZ
G dd„ de
ƒZG dd„ de
ƒZG dd„ de
ƒZG dd„ de
ƒZdS )zRDF4J exceptions.c                   @   ó   e Zd ZdZdS )Ú
RDF4JErrorz Base class for RDF4J exceptions.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úY/home/kim/smarthome/.venv/lib/python3.10/site-packages/rdflib/contrib/rdf4j/exceptions.pyr      ó    r   c                   @   r   )ÚRepositoryErrorz<Raised when interactions on a repository result in an error.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRepositoryResponseFormatErrorz6Raised when the repository response format is invalid.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRepositoryNotFoundErrorz(Raised when the repository is not found.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRepositoryNotHealthyErrorz*Raised when the repository is not healthy.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRepositoryAlreadyExistsErrorz*Raised when the repository already exists.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRDF4JUnsupportedProtocolErrorz=Raised when the server does not support the protocol version.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚRDFLibParserErrorz7Raised when there is an error parsing the RDF document.Nr   r   r   r   r	   r       r
   r   c                   @   r   )ÚRepositoryTransactionErrorz3Raised when there is an error with the transaction.Nr   r   r   r   r	   r   $   r
   r   c                   @   r   )ÚTransactionClosedErrorz,Raised when the transaction has been closed.Nr   r   r   r   r	   r   (   r
   r   c                   @   r   )ÚTransactionPingErrorz6Raised when there is an error pinging the transaction.Nr   r   r   r   r	   r   ,   r
   r   c                   @   r   )ÚTransactionCommitErrorz9Raised when there is an error committing the transaction.Nr   r   r   r   r	   r   0   r
   r   c                   @   r   )ÚTransactionRollbackErrorz;Raised when there is an error rolling back the transaction.Nr   r   r   r   r	   r   4   r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r	   Ú<module>   s    