Class InvalidHierarchyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.permissioning.InvalidHierarchyException
All Implemented Interfaces:
Serializable

public class InvalidHierarchyException extends RuntimeException
Thrown if the hierarchy to be created is unacceptable. For example:
  • A group is trying to add itself as a member
  • A grandparent is adding itself as a member of a child node
See Also: