public class AgentNotFoundException extends ReplicationException
| Constructor and Description |
|---|
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 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AgentNotFoundException(String s)
AgentNotFoundException given
a message describing the failure causes - descriptionpublic AgentNotFoundException(String s, Exception e)
AgentNotFoundException given
a message describing the failure cause and a root
exceptions - descriptione - root failure causepublic AgentNotFoundException(Exception e)
AgentNotFoundException given
a root exceptione - root failure causeCopyright © 2010 - 2020 Adobe. All Rights Reserved