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 policyclassInvalidMethodArgumentThrown if a arguments passed to the method are invalidclassMatchRuleInvalidThrown if the match rule is invalidclassNoReplyThrown if there is no reply to a method callclassNotSupportedThrown if a called operation is not supportedclassPropertyReadOnlyThrown if a attempt to edit read only propertyclassServiceUnknownThrown if the requested service was not availableclassTimeoutThrown if a operation timed outclassUnknownInterfaceThrown if a interface does not existclassUnknownMethodThrown if the method called was unknown on the remote objectclassUnknownObjectThrown if the object was unknown on a remote connectionclassUnknownPropertyThrown if a property does not exist in the interfaceMethods 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)
-