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

Packages that use StemSetNotFoundException
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 StemSetNotFoundException in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that throw StemSetNotFoundException
 StemSet StemSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 StemSet StemSetDAO.findByIfThenImmediate(java.lang.String stemIdIf, java.lang.String stemIdThen, boolean exceptionIfNotFound)
          find by if and then (not same) with depth of 1 (immediate)
 

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

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw StemSetNotFoundException
 StemSet Hib3StemSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 StemSet Hib3StemSetDAO.findByIfThenImmediate(java.lang.String stemIdIf, java.lang.String stemIdThen, boolean exceptionIfNotFound)