|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNestableException
com.atlassian.crowd.integration.exception.CrowdNestableException
com.atlassian.crowd.integration.exception.DirectoryPermissionException
public class DirectoryPermissionException
Thrown when a RemoteDirectory
does not have the
permission set to perform an operation such as add/modify/delete verses a
group/principal/role.
Field Summary | |
---|---|
static String |
GROUP_ADD
Exception message when adding a group is not allowed. |
static String |
GROUP_MODIFY
Exception message when modifying a group is not allowed. |
static String |
GROUP_REMOVE
Exception message when removing a group is not allowed. |
static String |
PRINCIPAL_ADD
Exception message when adding a principal is not allowed. |
static String |
PRINCIPAL_MODIFY
Exception message when modifying a princpial is not allowed. |
static String |
PRINCIPAL_REMOVE
Exception message when removing a principal is not allowed. |
static String |
ROLE_ADD
Exception message when adding a role is not allowed. |
static String |
ROLE_MODIFY
Exception message when modifying a role is not allowed. |
static String |
ROLE_REMOVE
Exception message when removing a role is not allowed. |
Constructor Summary | |
---|---|
DirectoryPermissionException()
Default constructor. |
|
DirectoryPermissionException(String s)
Default constructor. |
|
DirectoryPermissionException(String s,
Throwable throwable)
Default constructor. |
|
DirectoryPermissionException(Throwable throwable)
Default constructor. |
Method Summary |
---|
Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException |
---|
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GROUP_ADD
public static final String GROUP_MODIFY
public static final String GROUP_REMOVE
public static final String ROLE_ADD
public static final String ROLE_MODIFY
public static final String ROLE_REMOVE
public static final String PRINCIPAL_ADD
public static final String PRINCIPAL_MODIFY
public static final String PRINCIPAL_REMOVE
Constructor Detail |
---|
public DirectoryPermissionException()
public DirectoryPermissionException(String s)
s
- the message.public DirectoryPermissionException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.public DirectoryPermissionException(Throwable throwable)
throwable
- the Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |