DBusReplySignatureException constructor

DBusReplySignatureException(
  1. String methodName,
  2. DBusMethodSuccessResponse response
)

Implementation

DBusReplySignatureException(this.methodName, this.response);