Package org.freedesktop.dbus.exceptions
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
public class DBusConnectionException extends DBusException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DBusConnectionException()DBusConnectionException(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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DBusConnectionException
public DBusConnectionException()
-
DBusConnectionException
public DBusConnectionException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace)
-
DBusConnectionException
public DBusConnectionException(String _message)
-
DBusConnectionException
public DBusConnectionException(Throwable _cause)
-
-