Uses of Class
org.freedesktop.dbus.exceptions.DBusExecutionException
Packages that use DBusExecutionException
Package
Description
-
Uses of DBusExecutionException in org.freedesktop.dbus
Constructors in org.freedesktop.dbus with parameters of type DBusExecutionExceptionModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DBusExecutionException in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return DBusExecutionExceptionModifier and TypeMethodDescriptionAbstractConnectionBase.getError()Return any DBus error which has been received.Methods in org.freedesktop.dbus.connections.base with parameters of type DBusExecutionExceptionModifier and TypeMethodDescriptionprotected voidConnectionMessageHandler.handleException(Message _methodOrSignal, DBusExecutionException _exception) protected abstract voidConnectionMethodInvocation.handleException(Message _methodOrSignal, DBusExecutionException _exception) -
Uses of DBusExecutionException in org.freedesktop.dbus.errors
Subclasses of DBusExecutionException in org.freedesktop.dbus.errorsModifier and TypeClassDescriptionclassThrown if a message is denied due to a security policyclassThrown if a arguments passed to the method are invalidclassThrown if the match rule is invalidclassThrown if there is no reply to a method callclassThrown if a called operation is not supportedclassThrown if a attempt to edit read only propertyclassThrown if the requested service was not availableclassThrown if a operation timed outclassThrown if a interface does not existclassThrown if the method called was unknown on the remote objectclassThrown if the object was unknown on a remote connectionclassThrown if a property does not exist in the interface -
Uses of DBusExecutionException in org.freedesktop.dbus.exceptions
Subclasses of DBusExecutionException in org.freedesktop.dbus.exceptionsModifier and TypeClassDescriptionclassclassclassThrown 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 -
Uses of DBusExecutionException in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return DBusExecutionExceptionModifier and TypeMethodDescriptionError.getException()Turns this into an exception of the correct typeMethods in org.freedesktop.dbus.messages that throw DBusExecutionExceptionModifier and TypeMethodDescriptionvoidError.throwException()Throw this as an exception of the correct type