com.atlassian.crowd.exception
Class ReadOnlyGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by 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

Constructor Summary
ReadOnlyGroupException(java.lang.String groupName)
           
ReadOnlyGroupException(java.lang.String groupName, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getGroupName()
          Returns the name of the read-only group.
 
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

ReadOnlyGroupException

public ReadOnlyGroupException(java.lang.String groupName)

ReadOnlyGroupException

public ReadOnlyGroupException(java.lang.String groupName,
                              java.lang.Throwable e)
Method Detail

getGroupName

public java.lang.String getGroupName()
Returns the name of the read-only group.

Returns:
name of the read-only group


Copyright © 2011 Atlassian. All Rights Reserved.