Class MicroAgentNotFoundException

All Implemented Interfaces:
Serializable

public class MicroAgentNotFoundException extends MicroAgentException implements Serializable
An exception used to signal that a microagent was not found while trying to perform some action relating to it
See Also:
  • Constructor Details

    • MicroAgentNotFoundException

      public MicroAgentNotFoundException(String msg)
      Constructs a MicroAgentNotFoundException with a detailed message.
      Parameters:
      msg - The detailed message.