|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.PermissionException
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 java.lang.String |
GROUP_ADD
Exception message when adding a group is not allowed. |
static java.lang.String |
GROUP_MODIFY
Exception message when modifying a group is not allowed. |
static java.lang.String |
GROUP_REMOVE
Exception message when removing a group is not allowed. |
static java.lang.String |
ROLE_ADD
Exception message when adding a role is not allowed. |
static java.lang.String |
ROLE_MODIFY
Exception message when modifying a role is not allowed. |
static java.lang.String |
ROLE_REMOVE
Exception message when removing a role is not allowed. |
static java.lang.String |
USER_ADD
Exception message when adding a principal is not allowed. |
static java.lang.String |
USER_MODIFY
Exception message when modifying a princpial is not allowed. |
static java.lang.String |
USER_REMOVE
Exception message when removing a principal is not allowed. |
| Constructor Summary | |
|---|---|
DirectoryPermissionException()
Default constructor. |
|
DirectoryPermissionException(java.lang.String s)
Default constructor. |
|
DirectoryPermissionException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
DirectoryPermissionException(java.lang.Throwable throwable)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GROUP_ADD
public static final java.lang.String GROUP_MODIFY
public static final java.lang.String GROUP_REMOVE
public static final java.lang.String ROLE_ADD
public static final java.lang.String ROLE_MODIFY
public static final java.lang.String ROLE_REMOVE
public static final java.lang.String USER_ADD
public static final java.lang.String USER_MODIFY
public static final java.lang.String USER_REMOVE
| Constructor Detail |
|---|
public DirectoryPermissionException()
public DirectoryPermissionException(java.lang.String s)
s - the message.
public DirectoryPermissionException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public DirectoryPermissionException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||