Class CircularRoleHierarchyException

  • All Implemented Interfaces:
    Serializable, org.molgenis.util.exception.ErrorCoded

    public class CircularRoleHierarchyException
    extends org.molgenis.util.exception.BadRequestException
    Thrown when the 'includes' field of a Role contains a circular Role hierarchy.
    See Also:
    Serialized Form
    • Constructor Detail

      • CircularRoleHierarchyException

        public CircularRoleHierarchyException​(Role role)
    • Method Detail

      • getLocalizedMessageArguments

        protected Object[] getLocalizedMessageArguments()
        Specified by:
        getLocalizedMessageArguments in class org.molgenis.util.exception.CodedRuntimeException