public class Error extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageTypebytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata| Constructor and Description |
|---|
Error(Message m,
Throwable e) |
Error(String source,
Message m,
Throwable e) |
Error(String dest,
String errorName,
long replyserial,
String sig,
Object... args) |
Error(String source,
String dest,
String errorName,
long replyserial,
String sig,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
DBusExecutionException |
getException()
Turns this into an exception of the correct type
|
void |
throwException()
Throw this as an exception of the correct type
|
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getDestination, getFlags, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setSource, toStringpublic Error(String dest, String errorName, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic Error(String source, String dest, String errorName, long replyserial, String sig, Object... args) throws DBusException
DBusExceptionpublic Error(String source, Message m, Throwable e) throws DBusException
DBusExceptionpublic Error(Message m, Throwable e) throws DBusException
DBusExceptionpublic DBusExecutionException getException()
public void throwException()
throws DBusExecutionException
DBusExecutionExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.