U
    3ìd¾  ã                   @   sd   d Z ddlm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²
Exceptions that are specific to the swf module.

This module subclasses the base SWF response exception, 
boto.exceptions.SWFResponseError, for some of the SWF specific faults.
é    )ÚSWFResponseErrorc                   @   s   e Zd ZdZdS )ÚSWFDomainAlreadyExistsErrorz5
    Raised when when the domain already exists.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r	   r	   ú7/tmp/pip-unpacked-wheel-d7dsrkjd/boto/swf/exceptions.pyr   
   s   r   c                   @   s   e Zd ZdZdS )ÚSWFLimitExceededErrorzH
    Raised when when a system imposed limitation has been reached.
    Nr   r	   r	   r	   r
   r      s   r   c                   @   s   e Zd ZdZdS )ÚSWFOperationNotPermittedErrorz0
    Raised when (reserved for future use).
    Nr   r	   r	   r	   r
   r      s   r   c                   @   s   e Zd ZdZdS )ÚSWFTypeAlreadyExistsErrorzM
    Raised when when the workflow type or activity type already exists.
    Nr   r	   r	   r	   r
   r      s   r   c                   @   s   e Zd ZdZdS )Ú'SWFWorkflowExecutionAlreadyStartedErrorzq
    Raised when an open execution with the same workflow_id is already running
    in the specified domain.
    Nr   r	   r	   r	   r
   r   %   s   r   N)r   Zboto.exceptionr   r   r   r   r   r   r	   r	   r	   r
   Ú<module>   s   