Class 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:
  • Constructor Details

    • ReadOnlyGroupException

      public ReadOnlyGroupException(String groupName)
    • ReadOnlyGroupException

      public ReadOnlyGroupException(String groupName, Throwable e)
  • Method Details

    • getGroupName

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