OwlCyberSecurity - MANAGER
Edit File: _exceptions.cpython-36.opt-1.pyc
3 ��JZ�������������������@���sT���G�d�d��de��ZG�dd��de�ZG�dd��de�ZG�dd��de�ZG�dd ��d e�Zd S�)c���������������@���s&���e�Zd�ZdZddd�Zdd��ZeZdS�) �ErrorzQBase exception class. All other psutil exceptions inherit from this one. ��c�������������C���s���t�j|�|��||�_d�S�)N)� Exception�__init__�msg)�selfr�����r����#/usr/lib64/python3.6/_exceptions.pyr������s����zError.__init__c�������������C���s���d|�j�j|�jf�}|j��S�)Nzpsutil.%s %s)� __class__�__name__r����strip)r����retr���r���r����__repr__���s����zError.__repr__N)r���)r ���� __module__�__qualname__�__doc__r���r ����__str__r���r���r���r���r������s��� r���c���������������@���s���e�Zd�ZdZddd�ZdS�)� NoSuchProcesszXException raised when a process with a certain PID doesn't or no longer exists. Nc�������������C���sX���t�j|�|��||�_||�_||�_|d�krT|r@d|�jt|�j�f�}n d|�j�}d|�|�_d�S�)Nz(pid=%s, name=%s)z(pid=%s)zprocess no longer exists )r���r����pid�namer����repr)r���r���r���r����detailsr���r���r���r������s���� zNoSuchProcess.__init__)NN)r ���r���r���r���r���r���r���r���r���r������s���r���c���������������@���s���e�Zd�ZdZddd�ZdS�)� ZombieProcessa/��Exception raised when querying a zombie process. This is raised on OSX, BSD and Solaris only, and not always: depending on the query the OS may be able to succeed anyway. On Linux all zombie processes are querable (hence this is never raised). Windows doesn't have zombie processes. Nc�������������C���s~���t�j|�|��||�_||�_||�_||�_|d�krzd|�g}|rN|jdt|�j����|rb|jd|�j���ddj|��}d|�|�_d�S�)Nzpid=%szname=%szppid=%sz(%s)z, z'process still exists but it's a zombie ) r���r���r����ppidr���r����appendr����join)r���r���r���r���r����argsr���r���r���r���r���0���s���� zZombieProcess.__init__)NNN)r ���r���r���r���r���r���r���r���r���r���(���s���r���c���������������@���s���e�Zd�ZdZddd�ZdS�)�AccessDeniedz@Exception raised when permission to perform an action is denied.Nc�������������C���sj���t�j|�|��||�_||�_||�_|d�krf|d�k rJ|d�k rJd|t|�f�|�_n|d�k r`d|�j�|�_nd|�_d�S�)Nz(pid=%s, name=%s)z(pid=%s)r���)r���r���r���r���r���r���)r���r���r���r���r���r���r���r���C���s����zAccessDenied.__init__)NNN)r ���r���r���r���r���r���r���r���r���r���@���s���r���c���������������@���s���e�Zd�ZdZddd�ZdS�)�TimeoutExpiredzWRaised on Process.wait(timeout) if timeout expires and process is still alive. Nc�������������C���sn���t�j|�d|���||�_||�_||�_|d�k rN|d�k rN|��jd|t|�f�7��_n|d�k rj|��jd|�j�7��_d�S�)Nztimeout after %s secondsz (pid=%s, name=%s)z (pid=%s))r���r����secondsr���r���r���r���)r���r���r���r���r���r���r���r���V���s����zTimeoutExpired.__init__)NN)r ���r���r���r���r���r���r���r���r���r���Q���s���r���N)r���r���r���r���r���r���r���r���r���r����<module>���s���