Package org.freedesktop
Interface DBus.Error
- 
- Enclosing interface:
- DBus
 
 public static interface DBus.ErrorContains standard errors that can be thrown from methods.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classDBus.Error.AccessDeniedThrown if a message is denied due to a security policystatic classDBus.Error.MatchRuleInvalidThrown if the match rule is invalidstatic classDBus.Error.NoReplyThrown if there is no reply to a method callstatic classDBus.Error.ServiceUnknownThrown if the requested service was not availablestatic classDBus.Error.UnknownMethodThrown if the method called was unknown on the remote objectstatic classDBus.Error.UnknownObjectThrown if the object was unknown on a remote connection
 
-