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:
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.
See Also:
  • Constructor Details

    • DBusExecutionException

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

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

    • setType

      @Deprecated(forRemoval=true, since="5.1.0 - 2024-07-12") public void setType(String _type)
      Deprecated, for removal: This API element is subject to removal in a future version.
      the configured type is never used
    • getType

      @Deprecated(forRemoval=true, since="5.1.0 - 2024-07-12") public String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      type is never used