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:
java.io.Serializable
- Direct Known Subclasses:
DBus.Error.AccessDenied
,DBus.Error.MatchRuleInvalid
,DBus.Error.NoReply
,DBus.Error.ServiceUnknown
,DBus.Error.UnknownMethod
,DBus.Error.UnknownObject
,InternalMessageException
,NotConnected
public class DBusExecutionException extends java.lang.RuntimeException
An exception while running a remote method within DBus.- See Also:
- Serialized Form
-
-
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)
-