public class ExceptionNotification extends Notification
Engine
,
Serialized FormModifier and Type | Field and Description |
---|---|
AgentId |
agent
The target agent id.
|
Exception |
exc
The exception thrown.
|
Notification |
not
The failing notification.
|
(package private) static long |
serialVersionUID |
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
ExceptionNotification(AgentId agent,
Notification not,
Exception exc)
Allocates a new
ExceptionNotification notification. |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
static final long serialVersionUID
public AgentId agent
public Notification not
public Exception exc
public ExceptionNotification(AgentId agent, Notification not, Exception exc)
ExceptionNotification
notification.agent
- The target agent id.not
- The failing notification.exc
- The exception thrown.public StringBuffer toString(StringBuffer output)
toString
in class Notification
output
- buffer to fill inoutput
buffer is returnedCopyright © 2023 ScalAgent D.T.. All rights reserved.