Uses of Class
edu.internet2.middleware.grouper.exception.RoleNotFoundException

Packages that use RoleNotFoundException
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
 

Uses of RoleNotFoundException in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that throw RoleNotFoundException
 Role RoleDAO.findByName(java.lang.String name, boolean exceptionIfNotFound)
          find an attribute def name by name
 

Uses of RoleNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw RoleNotFoundException
 Role Hib3RoleDAO.findByName(java.lang.String name, boolean exceptionIfNotFound)