Uses of Class
org.wso2.wsas.persistence.exception.ServiceGroupNotFoundException

Packages that use ServiceGroupNotFoundException
org.wso2.wsas.persistence   
org.wso2.wsas.persistence.dao   
 

Uses of ServiceGroupNotFoundException in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence that throw ServiceGroupNotFoundException
 void PersistenceManager.deleteServiceGroup(org.apache.axis2.description.AxisServiceGroup serviceGroup)
           
 

Uses of ServiceGroupNotFoundException in org.wso2.wsas.persistence.dao
 

Methods in org.wso2.wsas.persistence.dao that throw ServiceGroupNotFoundException
 void ServiceGroupDAO.deleteServiceGroup(java.lang.String serviceGroupName)