| Package | Description |
|---|---|
| org.freedesktop.dbus | |
| org.freedesktop.dbus.connections | |
| org.freedesktop.dbus.errors | |
| org.freedesktop.dbus.exceptions | |
| org.freedesktop.dbus.interfaces |
| Constructor and Description |
|---|
DBusMatchRule(DBusExecutionException e) |
| Modifier and Type | Method and Description |
|---|---|
DBusExecutionException |
AbstractConnection.getError()
Return any DBus error which has been received.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConnection.handleException(AbstractConnection dbusConnection,
Message methodOrSignal,
DBusExecutionException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDenied
Thrown if a message is denied due to a security policy
|
class |
MatchRuleInvalid
Thrown if the match rule is invalid
|
class |
NoReply
Thrown if there is no reply to a method call
|
class |
ServiceUnknown
Thrown if the requested service was not available
|
class |
UnknownMethod
Thrown if the method called was unknown on the remote object
|
class |
UnknownObject
Thrown if the object was unknown on a remote connection
|
| Modifier and Type | Method and Description |
|---|---|
DBusExecutionException |
Error.getException()
Turns this into an exception of the correct type
|
| Modifier and Type | Method and Description |
|---|---|
void |
Error.throwException()
Throw this as an exception of the correct type
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMessageException |
class |
NotConnected
Thrown if a DBus action is called when not connected to the Bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackHandler.handleError(DBusExecutionException e) |
Copyright © 2020. All rights reserved.