Package org.freedesktop.dbus.exceptions
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:
DBus.Error.AccessDenied
,DBus.Error.MatchRuleInvalid
,DBus.Error.NoReply
,DBus.Error.ServiceUnknown
,DBus.Error.UnknownMethod
,DBus.Error.UnknownObject
,InternalMessageException
,NotConnected
An exception while running a remote method within DBus.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBusExecutionException
(String message) Create an exception with the specified message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBusExecutionException
Create an exception with the specified message
-
-
Method Details
-
setType
-
getType
Get the DBus type of this exception. Use if this was an exception we don't have a class file for.
-