Uses of Class
GWTApplication.client.UnableToAddNewUserException

Packages that use UnableToAddNewUserException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnableToAddNewUserException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnableToAddNewUserException
 void FaultService.addNewUser(java.lang.String Name, java.lang.String Surname, java.lang.String EmailAddress)
           
 

Uses of UnableToAddNewUserException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnableToAddNewUserException
 void FaultServiceImpl.addNewUser(java.lang.String Name, java.lang.String Surname, java.lang.String EmailAddress)
          Will add the details of a new user to the system.