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
public class InvalidMembershipException
- extends CrowdException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMembershipException
public InvalidMembershipException(String message)
InvalidMembershipException
public InvalidMembershipException(String message,
Throwable cause)
InvalidMembershipException
public InvalidMembershipException(Throwable cause)
Copyright © 2013 Atlassian. All Rights Reserved.