Klasse DBusExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.freedesktop.dbus.exceptions.DBusExecutionException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
AccessDenied, AddressResolvingException, InternalMessageException, InvalidMethodArgument, MatchRuleInvalid, NoReply, NotConnected, NotSupported, PropertyReadOnly, ServiceUnknown, Timeout, UnknownInterface, UnknownMethod, UnknownObject, UnknownProperty

public class DBusExecutionException extends RuntimeException
An exception while running a remote method within DBus.
Siehe auch:
  • Konstruktordetails

    • DBusExecutionException

      public DBusExecutionException(String _message)
      Create an exception with the specified message
      Parameter:
      _message - message
    • DBusExecutionException

      public DBusExecutionException(String _message, Throwable _cause)
      Create an exception with the specified message
      Parameter:
      _message - message
      _cause - cause
  • Methodendetails

    • 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.
      Gibt zurück:
      string