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:
- java.io.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReadOnlyGroupException
public ReadOnlyGroupException(java.lang.String groupName)
ReadOnlyGroupException
public ReadOnlyGroupException(java.lang.String groupName,
java.lang.Throwable e)
getGroupName
public java.lang.String getGroupName()
Copyright © 2010 Atlassian. All Rights Reserved.