Package com.atlassian.crowd.exception
Class MembershipAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectAlreadyExistsException
com.atlassian.crowd.exception.MembershipAlreadyExistsException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a membership cannot be added because it already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMembershipAlreadyExistsException
(long directoryId, String childEntity, String parentEntity) MembershipAlreadyExistsException
(String childEntity, String parentEntity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MembershipAlreadyExistsException
-
MembershipAlreadyExistsException
-
-
Method Details
-
getChildEntity
-
getParentEntity
-