public class

CycleInRoleHierarchyException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException

Class Overview

Exception that is thrown because of a cycle in the role hierarchy definition

Summary

Public Constructors
CycleInRoleHierarchyException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CycleInRoleHierarchyException ()