Class DBusExecutionException

    • Constructor Summary

      Constructors 
      Constructor Description
      DBusExecutionException​(java.lang.String message)
      Create an exception with the specified message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Get the DBus type of this exception.
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DBusExecutionException

        public DBusExecutionException​(java.lang.String message)
        Create an exception with the specified message
    • Method Detail

      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()
        Get the DBus type of this exception. Use if this was an exception we don't have a class file for.