Class AgentNotFoundException

All Implemented Interfaces:
Serializable

public class AgentNotFoundException extends ReplicationException
This exception is thrown when a specified agent is not found.
See Also:
  • Constructor Details

    • 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