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