Package com.day.cq.replication
Class AgentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.day.cq.replication.ReplicationException
-
- com.day.cq.replication.AgentNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AgentNotFoundException extends ReplicationException
This exception is thrown when a specified agent is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentNotFoundException(java.lang.Exception e)
Creates aAgentNotFoundException
given a root exceptionAgentNotFoundException(java.lang.String s)
Creates aAgentNotFoundException
given a message describing the failure causeAgentNotFoundException(java.lang.String s, java.lang.Exception e)
Creates aAgentNotFoundException
given a message describing the failure cause and a root exception
-
-
-
Constructor Detail
-
AgentNotFoundException
public AgentNotFoundException(java.lang.String s)
Creates aAgentNotFoundException
given a message describing the failure cause- Parameters:
s
- description
-
AgentNotFoundException
public AgentNotFoundException(java.lang.String s, java.lang.Exception e)
Creates aAgentNotFoundException
given a message describing the failure cause and a root exception- Parameters:
s
- descriptione
- root failure cause
-
AgentNotFoundException
public AgentNotFoundException(java.lang.Exception e)
Creates aAgentNotFoundException
given a root exception- Parameters:
e
- root failure cause
-
-