Uses of Class
org.freedesktop.dbus.exceptions.DBusExecutionException
-
Packages that use DBusExecutionException Package Description org.freedesktop.dbus org.freedesktop.dbus.connections org.freedesktop.dbus.errors org.freedesktop.dbus.exceptions org.freedesktop.dbus.interfaces -
-
Uses of DBusExecutionException in org.freedesktop.dbus
Constructors in org.freedesktop.dbus with parameters of type DBusExecutionException Constructor Description DBusMatchRule(DBusExecutionException e) -
Uses of DBusExecutionException in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return DBusExecutionException Modifier and Type Method Description DBusExecutionExceptionAbstractConnection. getError()Return any DBus error which has been received.Methods in org.freedesktop.dbus.connections with parameters of type DBusExecutionException Modifier and Type Method Description protected voidAbstractConnection. handleException(AbstractConnection dbusConnection, Message methodOrSignal, DBusExecutionException exception) -
Uses of DBusExecutionException in org.freedesktop.dbus.errors
Subclasses of DBusExecutionException in org.freedesktop.dbus.errors Modifier and Type Class Description classAccessDeniedThrown if a message is denied due to a security policyclassMatchRuleInvalidThrown if the match rule is invalidclassNoReplyThrown if there is no reply to a method callclassServiceUnknownThrown if the requested service was not availableclassUnknownMethodThrown if the method called was unknown on the remote objectclassUnknownObjectThrown if the object was unknown on a remote connectionMethods in org.freedesktop.dbus.errors that return DBusExecutionException Modifier and Type Method Description DBusExecutionExceptionError. getException()Turns this into an exception of the correct typeMethods in org.freedesktop.dbus.errors that throw DBusExecutionException Modifier and Type Method Description voidError. throwException()Throw this as an exception of the correct type -
Uses of DBusExecutionException in org.freedesktop.dbus.exceptions
Subclasses of DBusExecutionException in org.freedesktop.dbus.exceptions Modifier and Type Class Description classInternalMessageExceptionclassNotConnectedThrown if a DBus action is called when not connected to the Bus. -
Uses of DBusExecutionException in org.freedesktop.dbus.interfaces
Methods in org.freedesktop.dbus.interfaces with parameters of type DBusExecutionException Modifier and Type Method Description voidCallbackHandler. handleError(DBusExecutionException e)
-