java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.dbus.exceptions.DBusException
org.freedesktop.dbus.exceptions.DBusConnectionException
- Alle implementierten Schnittstellen:
Serializable
Thrown when something goes wrong with the connection to DBus.
This includes find the connection parameter (e.g. machine-id file) or establishing the connection.
- Seit:
- v3.3.0 - 2021-01-27
- Autor:
- David M.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungDBusConnectionException
(String _message) DBusConnectionException
(String _message, Throwable _cause) DBusConnectionException
(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace) DBusConnectionException
(Throwable _cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DBusConnectionException
public DBusConnectionException() -
DBusConnectionException
-
DBusConnectionException
-
DBusConnectionException
-
DBusConnectionException
-