io.sarl.sre.janus.services.lifecycle
Class SpawnDisabledException
All Superinterfaces:
java.io.Serializable
class SpawnDisabledException
extends java.lang.Object
This exception is thrown when the spawning service of agents is disabled.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new(UUID,Class<T>)
Constructor Details
new(UUID,Class<T>)
new(UUID,Class<T>)
Parameters:
parentID - - the identifier of the parent entity that is creating the agent.
agentClazz - - the type of the agent to spawn.