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