ó
O'—^c           @@  s™  d  Z  d d l m Z d d l Z d d l m Z m Z m Z d d d d d	 d
 d d d d d d d d g Z e j	 Z
 d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d	 e f d „  ƒ  YZ d
 e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e f d  „  ƒ  YZ d! e f d" „  ƒ  YZ d S(#   s1   
kombu.exceptions
================

Exceptions.

i    (   t   absolute_importN(   t   ChannelErrort   ConnectionErrort   ResourceErrort   NotBoundErrort   MessageStateErrort   TimeoutErrort   LimitExceededt   ConnectionLimitExceededt   ChannelLimitExceededR   R   t   VersionMismatcht   SerializerNotInstalledR   t   SerializationErrort   EncodeErrort   DecodeErrort
   KombuErrorc           B@  s   e  Z d  Z RS(   s)   Common subclass for all Kombu exceptions.(   t   __name__t
   __module__t   __doc__(    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR      s   c           B@  s   e  Z d  Z RS(   s(   Failed to serialize/deserialize content.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR      s   c           B@  s   e  Z d  Z RS(   s   Cannot encode object.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR       s   c           B@  s   e  Z d  Z RS(   s   Cannot decode object.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   %   s   c           B@  s   e  Z d  Z RS(   s:   Trying to call channel dependent method on unbound entity.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   )   s   c           B@  s   e  Z d  Z RS(   s*   The message has already been acknowledged.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   .   s   c           B@  s   e  Z d  Z RS(   s   Limit exceeded.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   3   s   c           B@  s   e  Z d  Z RS(   s4   Maximum number of simultaneous connections exceeded.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   8   s   c           B@  s   e  Z d  Z RS(   s1   Maximum number of simultaneous channels exceeded.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR	   =   s   c           B@  s   e  Z RS(    (   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR
   B   s   c           B@  s   e  Z d  Z RS(   s=   Support for the requested serialization type is not installed(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   F   s   t   ContentDisallowedc           B@  s   e  Z d  Z RS(   s*   Consumer does not allow this content-type.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   K   s   t   InconsistencyErrorc           B@  s   e  Z d  Z RS(   s|   Data or environment has been found to be inconsistent,
    depending on the cause it may be possible to retry the operation.(   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyR   P   s   (   R   t
   __future__R    t   sockett   amqpR   R   R   t   __all__t   timeoutR   t	   ExceptionR   R   R   R   R   R   R   R   R	   R
   R   R   R   (    (    (    s2   /tmp/pip-unpacked-wheel-UAnTfW/kombu/exceptions.pyt   <module>   s,   				