Klasse DBusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freedesktop.dbus.exceptions.DBusException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
DBusConnectionException, FatalDBusException, InvalidBusNameException, InvalidInterfaceSignature, InvalidObjectPathException, InvalidSignalException, MarshallingException, MessageFormatException, UnknownTypeCodeException

public class DBusException extends Exception
An exception within DBus.
Siehe auch:
  • Konstruktordetails

    • DBusException

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

      public DBusException()
    • DBusException

      public DBusException(String _message, Throwable _cause, boolean _enableSuppression, boolean _writableStackTrace)
    • DBusException

      public DBusException(String _message, Throwable _cause)
    • DBusException

      public DBusException(Throwable _cause)