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
An exception while running a remote method within DBus.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungDBusExecutionException
(String _message) Create an exception with the specified messageDBusExecutionException
(String _message, Throwable _cause) Create an exception with the specified message -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
DBusExecutionException
Create an exception with the specified message- Parameter:
_message
- message
-
DBusExecutionException
Create an exception with the specified message- Parameter:
_message
- message_cause
- cause
-
-
Methodendetails
-
setType
-
getType
Get the DBus type of this exception. Use if this was an exception we don't have a class file for.- Gibt zurück:
- string
-