Package com.atlassian.crowd.exception
Class InvalidMembershipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.InvalidMembershipException
- All Implemented Interfaces:
Serializable
Thrown when a user tries to create a Nested Group membership that is not valid.
Reasons could include:
- The parent group and child group are the same.
- The parent group and child group are of different types (one is a Group and the other is a Role).
- The new membership would cause a circular reference in the given application.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMembershipException
(String message) InvalidMembershipException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMembershipException
-
InvalidMembershipException
-
InvalidMembershipException
-