Ñò pØcJc @ s€ d 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 S( s! Exceptions defined by paramiko. t SSHExceptionc B s e Z d Z RS( sT Exception raised by failures in SSH2 protocol negotiation or logic errors. ( t __name__t __module__t __doc__( ( ( s: /usr/lib/python2.6/site-packages/paramiko/ssh_exception.pyR s t AuthenticationExceptionc B s e Z d Z RS( sÌ Exception raised when authentication failed for some reason. It may be possible to retry with different credentials. (Other classes specify more specific reasons.) @since: 1.6 ( R R R ( ( ( s: /usr/lib/python2.6/site-packages/paramiko/ssh_exception.pyR s t PasswordRequiredExceptionc B s e Z d Z RS( sR Exception raised when a password is needed to unlock a private key file. ( R R R ( ( ( s: /usr/lib/python2.6/site-packages/paramiko/ssh_exception.pyR * s t BadAuthenticationTypec B s&