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