Class DBusException

    • Constructor Detail

      • DBusException

        public DBusException​(String message)
        Create an exception with the specified message
        Parameters:
        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)