Class DBusConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.dbus.exceptions.DBusException
org.freedesktop.dbus.exceptions.DBusConnectionException
- All Implemented Interfaces:
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.
- Since:
- v3.3.0 - 2021-01-27
- Author:
- David M.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBusConnectionException(String _message) DBusConnectionException(String _message, Throwable _cause) DBusConnectionException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace) DBusConnectionException(Throwable _cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBusConnectionException
public DBusConnectionException() -
DBusConnectionException
-
DBusConnectionException
-
DBusConnectionException
-
DBusConnectionException
-