Class 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:
  • Constructor Details

    • InvalidMembershipException

      public InvalidMembershipException(String message)
    • InvalidMembershipException

      public InvalidMembershipException(String message, Throwable cause)
    • InvalidMembershipException

      public InvalidMembershipException(Throwable cause)