|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.day.cq.replication.ReplicationException
com.day.cq.replication.AgentNotFoundException
public class AgentNotFoundException
This exception is thrown when a specified agent is not found.
| Constructor Summary | |
|---|---|
AgentNotFoundException(Exception e)
Creates a AgentNotFoundException given
a root exception |
|
AgentNotFoundException(String s)
Creates a AgentNotFoundException given
a message describing the failure cause |
|
AgentNotFoundException(String s,
Exception e)
Creates a AgentNotFoundException given
a message describing the failure cause and a root
exception |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgentNotFoundException(String s)
AgentNotFoundException given
a message describing the failure cause
s - description
public AgentNotFoundException(String s,
Exception e)
AgentNotFoundException given
a message describing the failure cause and a root
exception
s - descriptione - root failure causepublic AgentNotFoundException(Exception e)
AgentNotFoundException given
a root exception
e - root failure cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||