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

      @Deprecated(forRemoval=true, since="5.1.0 - 2024-07-12") public void setType(String _type)
      Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.
      the configured type is never used
    • getType

      @Deprecated(forRemoval=true, since="5.1.0 - 2024-07-12") public String getType()
      Veraltet, zur Entfernung: Dieses API-Element wird in einer zukünftigen Version entfernt.
      type is never used