io.sarl.sre.janus.services.lifecycle
Class CannotSpawnException
All Superinterfaces:
java.io.Serializable
class CannotSpawnException
extends java.lang.Object
This exception is thrown when an agent cannot be spawned.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new
Constructor.
new(Class<T>,[Throwable])
Constructor Details
new
new
Constructor.
new(Class<T>,[Throwable])
new(Class<T>,[Throwable])
Parameters:
agentClazz - the type of the agent to spawn.
cause - the cause of the exception.