public class

MembershipNotFoundException

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.MembershipNotFoundException

Class Overview

Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist. This could be thrown in cases where the calling code attempts to remove a user from a group when the user is not a direct member of the group, etc.

Summary

Public Constructors
MembershipNotFoundException(String childName, String parentName)
MembershipNotFoundException(String childName, String parentName, Throwable e)
Public Methods
String getChildName()
String getParentName()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MembershipNotFoundException (String childName, String parentName)

public MembershipNotFoundException (String childName, String parentName, Throwable e)

Public Methods

public String getChildName ()

public String getParentName ()