Package com.day.cq.replication
Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.day.cq.replication.ReplicationException
-
- com.day.cq.replication.AccessDeniedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessDeniedException extends ReplicationException
This exception is thrown when the user is not allowed to replicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException(java.lang.Exception e)
Creates aAccessDeniedException
given a root exceptionAccessDeniedException(java.lang.String s)
Creates aAccessDeniedException
given a message describing the failure causeAccessDeniedException(java.lang.String s, java.lang.Exception e)
Creates aAccessDeniedException
given a message describing the failure cause and a root exception
-
-
-
Constructor Detail
-
AccessDeniedException
public AccessDeniedException(java.lang.String s)
Creates aAccessDeniedException
given a message describing the failure cause- Parameters:
s
- description
-
AccessDeniedException
public AccessDeniedException(java.lang.String s, java.lang.Exception e)
Creates aAccessDeniedException
given a message describing the failure cause and a root exception- Parameters:
s
- descriptione
- root failure cause
-
AccessDeniedException
public AccessDeniedException(java.lang.Exception e)
Creates aAccessDeniedException
given a root exception- Parameters:
e
- root failure cause
-
-