x2go.x2go_exceptions module
Python X2Go exceptions.
-
exception x2go.x2go_exceptions.AuthenticationException[source]
Bases: SSHException
Exception raised when authentication failed for some reason. It may be
possible to retry with different credentials. (Other classes specify more
specific reasons.)
-
exception x2go.x2go_exceptions.BadHostKeyException(hostname, got_key, expected_key)[source]
Bases: 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
-
exception x2go.x2go_exceptions.PasswordRequiredException[source]
Bases: 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.WindowsError[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoBackendException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoBrokerConnectionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoClientException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoClientPrintingException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoClientSettingsException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoControlSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoDesktopSharingDenied[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoFwTunnelException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoHostKeyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoMIMEboxActionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoMIMEboxQueueException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoNotImplementedYetException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoPrintActionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoPrintException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoPrintQueueException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoProfileException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoProxyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoRemoteHomeException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoRevFwTunnelException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSFTPClientException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSSHProxyAuthenticationException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSSHProxyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSSHProxyHostKeyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSSHProxyPasswordRequiredException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSessionCacheException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoSessionRegistryException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoTelekinesisClientException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoTerminalSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoTimeOutException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2GoUserException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goClientException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goClientPrintingException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goClientSettingsException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goControlSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goDesktopSharingException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goFwTunnelException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goHostKeyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goMIMEboxActionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goMIMEboxQueueException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goNotImplementedYetException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goPrintActionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goPrintException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goPrintQueueException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goProfileException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goProxyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goRemoteHomeException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goRevFwTunnelException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSSHProxyAuthenticationException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSSHProxyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSSHProxyHostKeyException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSessionCacheException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goSessionRegistryException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goTerminalSessionException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goTimeOutException[source]
Bases: _X2GoException
-
exception x2go.x2go_exceptions.X2goUserException[source]
Bases: _X2GoException