o
    ÒmÆi&  ã                   @   sè   d Z ddlm  m  mZ G dd„ deƒZG dd„ deƒZG dd„ deej	ƒZ	G d	d
„ d
eej
ƒ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GraphDB exceptions.é    Nc                   @   ó   e Zd ZdZdS )ÚGraphDBErrorz"Base class for GraphDB exceptions.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r	   r	   ú[/home/kim/smarthome/.venv/lib/python3.10/site-packages/rdflib/contrib/graphdb/exceptions.pyr      ó    r   c                   @   r   )ÚResponseFormatErrorz+Raised when the response format is invalid.Nr   r	   r	   r	   r
   r   
   r   r   c                   @   r   )ÚRepositoryNotHealthyErrorz*Raised when the repository is not healthy.Nr   r	   r	   r	   r
   r      s    r   c                   @   r   )ÚRepositoryNotFoundErrorz(Raised when the repository is not found.Nr   r	   r	   r	   r
   r      r   r   c                   @   r   )ÚBadRequestErrorz#Raised when the request is invalid.Nr   r	   r	   r	   r
   r      r   r   c                   @   r   )ÚUnauthorisedErrorz%Raised when the user is unauthorised.Nr   r	   r	   r	   r
   r      r   r   c                   @   r   )ÚForbiddenErrorz"Raised when the user is forbidden.Nr   r	   r	   r	   r
   r       r   r   c                   @   r   )ÚNotFoundErrorz&Raised when the resource is not found.Nr   r	   r	   r	   r
   r   $   r   r   c                   @   r   )ÚConflictErrorzGRaised when the request conflicts with the current state of the server.Nr   r	   r	   r	   r
   r   (   r   r   c                   @   r   )ÚPreconditionFailedErrorz'Raised when the precondition is failed.Nr   r	   r	   r	   r
   r   ,   r   r   c                   @   r   )ÚInternalServerErrorz8Raised when the server returns an internal server error.Nr   r	   r	   r	   r
   r   0   r   r   c                   @   r   )ÚServiceUnavailableErrorz&Raised when the server is unavailable.Nr   r	   r	   r	   r
   r   4   r   r   )r   Zrdflib.contrib.rdf4j.exceptionsÚcontribZrdf4jÚ
exceptionsZrdf4j_exceptionsÚ	Exceptionr   r   r   r   r   r   r   r   r   r   r   r   r	   r	   r	   r
   Ú<module>   s     
ÿ