Failure notification related to a request, optionally indicating a reason for failure.
| Constructor and description |
|---|
FailureNtf
()Constructs a failure notification message. |
FailureNtf
(org.arl.fjage.Message msg)Constructs a failure notification with no reason specified. |
FailureNtf
(java.lang.String reason)Constructs a failure notification message. |
FailureNtf
(org.arl.fjage.Message msg, java.lang.String reason)Constructs a failure notification message. |
| Methods inherited from class | Name |
|---|---|
class org.arl.fjage.Message |
org.arl.fjage.Message#toString(), org.arl.fjage.Message#setPerformative(org.arl.fjage.Performative), org.arl.fjage.Message#getPerformative(), org.arl.fjage.Message#setRecipient(org.arl.fjage.AgentID), org.arl.fjage.Message#getRecipient(), org.arl.fjage.Message#setSender(org.arl.fjage.AgentID), org.arl.fjage.Message#getSender(), org.arl.fjage.Message#setMessageID(java.lang.String), org.arl.fjage.Message#getMessageID(), org.arl.fjage.Message#setInReplyTo(java.lang.String), org.arl.fjage.Message#getInReplyTo(), org.arl.fjage.Message#setSentAt(long), org.arl.fjage.Message#getSentAt(), org.arl.fjage.Message#getJsonCache(), org.arl.fjage.Message#setJsonCache(java.lang.String), org.arl.fjage.Message#wait(long, int), org.arl.fjage.Message#wait(long), org.arl.fjage.Message#wait(), org.arl.fjage.Message#equals(java.lang.Object), org.arl.fjage.Message#hashCode(), org.arl.fjage.Message#getClass(), org.arl.fjage.Message#notify(), org.arl.fjage.Message#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.Constructs a failure notification message.
msg - message to which this notification corresponds to.reason - descriptive reason for failure.