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:
-
Constructor Summary
ConstructorsConstructorDescriptionDBusExecutionException(String _message) Create an exception with the specified messageDBusExecutionException(String _message, Throwable _cause) Create an exception with the specified message -
Method Summary
Modifier and TypeMethodDescriptiongetType()Deprecated, for removal: This API element is subject to removal in a future version.type is never usedvoidDeprecated, for removal: This API element is subject to removal in a future version.the configured type is never usedMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBusExecutionException
Create an exception with the specified message- Parameters:
_message- message
-
DBusExecutionException
-
-
Method Details
-
setType
Deprecated, for removal: This API element is subject to removal in a future version.the configured type is never used -
getType
Deprecated, for removal: This API element is subject to removal in a future version.type is never used
-