Failure notification related to a request, optionally indicating a reason for failure.
Constructor and description |
---|
FailureNtf
() Constructs a failure notification message. |
FailureNtf
(Message msg) Constructs a failure notification with no reason specified. |
FailureNtf
(String reason) Constructs a failure notification message. |
FailureNtf
(Message msg, String reason) Constructs a failure notification message. |
Methods inherited from class | Name |
---|---|
class Message |
setPerformative, toString, getSender, setMessageID, getSentAt, setRecipient, getInReplyTo, setSentAt, setSender, getPerformative, getRecipient, getMessageID, setInReplyTo, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructs a failure notification message.
Constructs a failure notification with no reason specified.
msg
- message to which this notification corresponds to.Constructs a failure notification message.
reason
- descriptive reason for failure.Copyright 2013-21, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd