x2go.x2go_exceptions module¶
Python X2Go exceptions.
-
exception
x2go.x2go_exceptions.
AuthenticationException
[source]¶ Bases:
paramiko.ssh_exception.SSHException
Exception raised when authentication failed for some reason. It may be possible to retry with different credentials. (Other classes specify more specific reasons.)
New in version 1.6.
-
exception
x2go.x2go_exceptions.
BadHostKeyException
(hostname, got_key, expected_key)[source]¶ Bases:
paramiko.ssh_exception.SSHException
The host key given by the SSH server did not match what we were expecting.
Parameters: - hostname (str) – the hostname of the SSH server
- got_key (PKey) – the host key presented by the server
- expected_key (PKey) – the host key expected
New in version 1.6.
-
exception
x2go.x2go_exceptions.
PasswordRequiredException
[source]¶ Bases:
paramiko.ssh_exception.AuthenticationException
Exception raised when a password is needed to unlock a private key file.
-
exception
x2go.x2go_exceptions.
SSHException
[source]¶ Bases:
Exception
Exception raised by failures in SSH2 protocol negotiation or logic errors.
-
exception
x2go.x2go_exceptions.
X2GoBrokerConnectionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoClientException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoClientPrintingException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoClientSettingsException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoControlSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoDesktopSharingDenied
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoFwTunnelException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoHostKeyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoMIMEboxActionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoMIMEboxQueueException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoNotImplementedYetException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoPrintActionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoPrintException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoPrintQueueException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoProfileException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoProxyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoRemoteHomeException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoRevFwTunnelException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSFTPClientException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSSHProxyAuthenticationException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSSHProxyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSSHProxyHostKeyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSSHProxyPasswordRequiredException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSessionCacheException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoSessionRegistryException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoTelekinesisClientException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoTerminalSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoTimeOutException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2GoUserException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goClientException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goClientPrintingException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goClientSettingsException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goControlSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goDesktopSharingException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goFwTunnelException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goHostKeyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goMIMEboxActionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goMIMEboxQueueException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goNotImplementedYetException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goPrintActionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goPrintException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goPrintQueueException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goProfileException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goProxyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goRemoteHomeException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goRevFwTunnelException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSSHProxyAuthenticationException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSSHProxyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSSHProxyHostKeyException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSessionCacheException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goSessionRegistryException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException
-
exception
x2go.x2go_exceptions.
X2goTerminalSessionException
[source]¶ Bases:
x2go.x2go_exceptions._X2GoException