Class MembershipNotFoundException

All Implemented Interfaces:
Serializable

public class MembershipNotFoundException extends CrowdRuntimeException
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.
See Also:
  • Constructor Details

    • MembershipNotFoundException

      public MembershipNotFoundException(String childName, String parentName)
    • MembershipNotFoundException

      public MembershipNotFoundException(String childName, String parentName, Throwable e)
  • Method Details

    • getChildName

      public String getChildName()
    • getParentName

      public String getParentName()