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