Package com.atlassian.crowd.exception
Class ReadOnlyGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ReadOnlyGroupException
- All Implemented Interfaces:
Serializable
Thrown when a directory is asked to modify a group or its memberships
which cannot be modified. For example, trying to modify an LDAP group
in the hybrid directory when local groups are enabled.
- See Also:
-
Constructor Summary
ConstructorDescriptionReadOnlyGroupException
(String groupName) ReadOnlyGroupException
(String groupName, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyGroupException
-
ReadOnlyGroupException
-
-
Method Details
-
getGroupName
Returns the name of the read-only group.- Returns:
- name of the read-only group
-