Class InboundError

java.lang.Object
com.lucimber.dbus.message.InboundError
All Implemented Interfaces:
InboundMessage, InboundReply, Message

public final class InboundError extends Object implements InboundReply
An inbound error message.
Since:
1.0
  • Constructor Details

    • InboundError

      public InboundError(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusString errorName)
      Constructs a new instance with mandatory parameter.
      Parameters:
      serial - the serial number
      replySerial - the reply serial number
      sender - the origin of this error message
      errorName - the name of the error
    • InboundError

      public InboundError(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusString errorName, DBusSignature signature, List<? extends DBusType> payload)
      Constructs a new instance with all parameter.
      Parameters:
      serial - the serial number
      replySerial - the reply serial number
      sender - the origin of this error message
      errorName - the name of the error
      signature - optional; the signature of the message body
      payload - optional; the message body
  • Method Details