Class AgentNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.core.exception.AgentNotFoundException
All Implemented Interfaces:
Serializable

public class AgentNotFoundException extends RuntimeException
Thrown when an agent with the given id is not found in the agent repository.
See Also:
  • Constructor Details

    • AgentNotFoundException

      public AgentNotFoundException(String agentId)