org.freedesktop.dbus
public class Error extends Message
| Constructor Summary | |
|---|---|
| Error(String dest, String errorName, long replyserial, String sig, Object... args) | |
| Error(String source, String dest, String errorName, long replyserial, String sig, Object... args) | |
| Error(String source, Message m, Throwable e) | |
| Error(Message m, Throwable e) | |
| Method Summary | |
|---|---|
| DBusExecutionException | getException()
Turns this into an exception of the correct type |
| void | throwException()
Throw this as an exception of the correct type |