Class AgentNotFoundException

    • Constructor Detail

      • AgentNotFoundException

        public AgentNotFoundException​(String s)
        Creates a AgentNotFoundException given a message describing the failure cause
        Parameters:
        s - description
      • AgentNotFoundException

        public AgentNotFoundException​(String s,
                                      Exception e)
        Creates a AgentNotFoundException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • AgentNotFoundException

        public AgentNotFoundException​(Exception e)
        Creates a AgentNotFoundException given a root exception
        Parameters:
        e - root failure cause