
    #HJj&                     T   d Z ddlmc mc mZ  G d de      Z G d de      Z G d deej                        Z	 G d	 d
eej                        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GraphDB exceptions.    Nc                       e Zd ZdZy)GraphDBErrorz"Base class for GraphDB exceptions.N__name__
__module____qualname____doc__     k/Users/ahmed/devFolder/claude-voice/.venv/lib/python3.12/site-packages/rdflib/contrib/graphdb/exceptions.pyr   r          ,r   r   c                       e Zd ZdZy)ResponseFormatErrorz+Raised when the response format is invalid.Nr   r
   r   r   r   r   
   s    5r   r   c                       e Zd ZdZy)RepositoryNotHealthyErrorz*Raised when the repository is not healthy.Nr   r
   r   r   r   r      s     5r   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)BadRequestErrorz#Raised when the request is invalid.Nr   r
   r   r   r   r      s    -r   r   c                       e Zd ZdZy)UnauthorisedErrorz%Raised when the user is unauthorised.Nr   r
   r   r   r   r      s    /r   r   c                       e Zd ZdZy)ForbiddenErrorz"Raised when the user is forbidden.Nr   r
   r   r   r   r       r   r   r   c                       e Zd ZdZy)NotFoundErrorz&Raised when the resource is not found.Nr   r
   r   r   r   r   $       0r   r   c                       e Zd ZdZy)ConflictErrorzGRaised when the request conflicts with the current state of the server.Nr   r
   r   r   r   r   (   s    Qr   r   c                       e Zd ZdZy)PreconditionFailedErrorz'Raised when the precondition is failed.Nr   r
   r   r   r    r    ,   s    1r   r    c                       e Zd ZdZy)InternalServerErrorz8Raised when the server returns an internal server error.Nr   r
   r   r   r"   r"   0   s    Br   r"   c                       e Zd ZdZy)ServiceUnavailableErrorz&Raised when the server is unavailable.Nr   r
   r   r   r$   r$   4   r   r   r$   )r	   rdflib.contrib.rdf4j.exceptionscontribrdf4j
exceptionsrdf4j_exceptions	Exceptionr   r   r   r   r   r   r   r   r   r    r"   r$   r
   r   r   <module>r+      s     : :-9 -6, 65"<<53l,<,T,T 3.l .0 0-\ -1L 1RL R2l 2C, C1l 1r   