Uses of Class
GWTApplication.client.UnableToAddNewRoleException

Packages that use UnableToAddNewRoleException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnableToAddNewRoleException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnableToAddNewRoleException
 void FaultService.addNewRole(java.lang.String emailAddress, java.lang.Integer Role)
           
 

Uses of UnableToAddNewRoleException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnableToAddNewRoleException
 void FaultServiceImpl.addNewRole(java.lang.String emailAddress, java.lang.Integer Role)
          Will be used to add a new user to the role which is specified.