Class DBusExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.freedesktop.dbus.exceptions.DBusExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBus.Error.AccessDenied, DBus.Error.MatchRuleInvalid, DBus.Error.NoReply, DBus.Error.ServiceUnknown, DBus.Error.UnknownMethod, DBus.Error.UnknownObject, InternalMessageException, NotConnected

public class DBusExecutionException extends RuntimeException
An exception while running a remote method within DBus.
See Also:
  • Constructor Details

    • DBusExecutionException

      public DBusExecutionException(String message)
      Create an exception with the specified message
  • Method Details

    • setType

      public void setType(String type)
    • getType

      public String getType()
      Get the DBus type of this exception. Use if this was an exception we don't have a class file for.