org.freedesktop.dbus.exceptions

Class DBusExecutionException

class DBusExecutionException extends RuntimeException

An exception while running a remote method within DBus.
Constructor Summary
DBusExecutionException(String message)
Create an exception with the specified message
Method Summary
StringgetType()
Get the DBus type of this exception.
voidsetType(String type)

Constructor Detail

DBusExecutionException

public DBusExecutionException(String message)
Create an exception with the specified message

Method Detail

getType

public String getType()
Get the DBus type of this exception. Use if this was an exception we don't have a class file for.

setType

public void setType(String type)