Uses of Class
org.freedesktop.dbus.exceptions.DBusExecutionException
Packages that use DBusExecutionException
Package
Description
-
Uses of DBusExecutionException in org.freedesktop.dbus
Fields in org.freedesktop.dbus declared as DBusExecutionExceptionConstructors in org.freedesktop.dbus with parameters of type DBusExecutionException -
Uses of DBusExecutionException in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return DBusExecutionExceptionModifier and TypeMethodDescriptionAbstractConnection.getError()Return any DBus error which has been received.Methods in org.freedesktop.dbus.connections with parameters of type DBusExecutionExceptionModifier and TypeMethodDescriptionprotected voidAbstractConnection.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 interfaceMethods in org.freedesktop.dbus.errors that return DBusExecutionExceptionModifier and TypeMethodDescriptionError.getException()Turns this into an exception of the correct typeMethods in org.freedesktop.dbus.errors that return types with arguments of type DBusExecutionExceptionModifier and TypeMethodDescriptionprivate static Class<? extends DBusExecutionException> Error.createExceptionClass(String _name) Methods in org.freedesktop.dbus.errors that throw DBusExecutionExceptionModifier and TypeMethodDescriptionvoidError.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.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