Class UnresolvedAgentReferenceException

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

public final class UnresolvedAgentReferenceException extends RuntimeException
Thrown when loaded workflows reference agent ids that are not present in the merged agent catalog. The message lists every missing reference.
See Also:
  • Constructor Details

    • UnresolvedAgentReferenceException

      public UnresolvedAgentReferenceException(List<String> details)