Class DirectoryPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.PermissionException
com.atlassian.crowd.manager.directory.DirectoryPermissionException
- All Implemented Interfaces:
Serializable
Thrown when a
RemoteDirectory
does not have the
permission set to perform an operation such as add/modify/delete verses a
group/principal/role.- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.DirectoryPermissionException
(String s, Throwable throwable) Default constructor.DirectoryPermissionException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryPermissionException
public DirectoryPermissionException()Default constructor. -
DirectoryPermissionException
Default constructor.- Parameters:
s
- the message.
-
DirectoryPermissionException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
DirectoryPermissionException
Default constructor.- Parameters:
throwable
- theException
.
-