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:
AccessDenied,AddressResolvingException,InternalMessageException,InvalidMethodArgument,MatchRuleInvalid,NoReply,NotConnected,NotSupported,PropertyReadOnly,ServiceUnknown,Timeout,UnknownInterface,UnknownMethod,UnknownObject,UnknownProperty
An exception while running a remote method within DBus.
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
-
Constructor Details
-
DBusExecutionException
Create an exception with the specified message- Parameters:
_message- 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.- Returns:
- string
-