Class AgentNotFoundException

All Implemented Interfaces:
Serializable

public class AgentNotFoundException extends RuntimeException
Exception for indicating that a requested agent could not be found.

This exception is thrown when an agent requested by name cannot be resolved, whether from the requesting thread's local agent set, the context cache, or the co-ordinator's global agent set.

See Also:
  • Constructor Details

    • AgentNotFoundException

      public AgentNotFoundException(String message, Throwable cause)
      Constructs a new agent not found exception with the specified detail message and cause.
      Parameters:
      message - the detail message describing which agent could not be found and who requested it
      cause - the underlying cause of the lookup failure
    • AgentNotFoundException

      public AgentNotFoundException(String message)
      Constructs a new agent not found exception with the specified detail message.
      Parameters:
      message - the detail message describing which agent could not be found and who requested it