Package org.freedesktop
Interface DBus.Error
-
- Enclosing interface:
- DBus
public static interface DBus.Error
Contains standard errors that can be thrown from methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DBus.Error.AccessDenied
Thrown if a message is denied due to a security policystatic class
DBus.Error.MatchRuleInvalid
Thrown if the match rule is invalidstatic class
DBus.Error.NoReply
Thrown if there is no reply to a method callstatic class
DBus.Error.ServiceUnknown
Thrown if the requested service was not availablestatic class
DBus.Error.UnknownMethod
Thrown if the method called was unknown on the remote objectstatic class
DBus.Error.UnknownObject
Thrown if the object was unknown on a remote connection
-