public class

GroupNotFoundException

extends CrowdRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.crowd.exception.runtime.CrowdRuntimeException
           ↳ com.atlassian.crowd.exception.runtime.GroupNotFoundException

Class Overview

Thrown when the specified group could not be found.

Summary

Public Constructors
GroupNotFoundException(String groupName)
GroupNotFoundException(String groupName, Throwable e)
Public Methods
String getGroupName()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GroupNotFoundException (String groupName)

public GroupNotFoundException (String groupName, Throwable e)

Public Methods

public String getGroupName ()