Class MembershipNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.runtime.CrowdRuntimeException
com.atlassian.crowd.exception.runtime.MembershipNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionMembershipNotFoundException
(String childName, String parentName) MembershipNotFoundException
(String childName, String parentName, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MembershipNotFoundException
-
MembershipNotFoundException
-
-
Method Details
-
getChildName
-
getParentName
-