|
||||||||||
| 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.exception.PermissionException
com.atlassian.crowd.manager.directory.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.
| 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 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 |
| 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 | |||||||||