public class

ReadOnlyGroupException

extends CrowdException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.ReadOnlyGroupException

Class Overview

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.

Summary

Public Constructors
ReadOnlyGroupException(String groupName)
ReadOnlyGroupException(String groupName, Throwable e)
Public Methods
String getGroupName()
Returns the name of the read-only group.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ReadOnlyGroupException (String groupName)

public ReadOnlyGroupException (String groupName, Throwable e)

Public Methods

public String getGroupName ()

Returns the name of the read-only group.

Returns
  • name of the read-only group