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:
AccessDenied,AddressResolvingException,InternalMessageException,InvalidMethodArgument,MatchRuleInvalid,NoReply,NotConnected,NotSupported,PropertyReadOnly,ServiceUnknown,Timeout,UnknownInterface,UnknownMethod,UnknownObject,UnknownProperty
public class DBusExecutionException extends java.lang.RuntimeExceptionAn exception while running a remote method within DBus.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate java.lang.Stringtype
-
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.StringgetType()Get the DBus type of this exception.voidsetType(java.lang.String _type)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private java.lang.String type
-
-