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
public class ReadOnlyGroupException
- extends CrowdException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyGroupException
public ReadOnlyGroupException(String groupName)
ReadOnlyGroupException
public ReadOnlyGroupException(String groupName,
Throwable e)
getGroupName
public String getGroupName()
- Returns the name of the read-only group.
- Returns:
- name of the read-only group
Copyright © 2016 Atlassian. All Rights Reserved.