Notifies an agent that a failure has occurred when it tried to spawn another agent. The event is fired within the default space of the context in which the spawn tentative was. Subclasses of this event could be defined in order to specify more in detail the failure. Only the spawning agent receives this event.
The identifier of the context in which the spawn has failed.
Constructor Details
new([Address],UUID,Class<T>,Object)
new([Address],UUID,Class<T>,Object)
Construct the event.
Parameters:
source - the address of the emitter.
contextId - the identifier of the context in which the spawn has failed.
agentType - the type of the agent for which the spawn has failed.
cause - the cause of the failure.