Uses of Class
Conect.server.InvalidUserException

Packages that use InvalidUserException
Conect.client   
Conect.server   
 

Uses of InvalidUserException in Conect.client
 

Methods in Conect.client that throw InvalidUserException
 java.lang.String UserServiceInterface.userLogin(java.lang.String username, java.lang.String password)
          Logs a user into the system and returns the user's name
 

Uses of InvalidUserException in Conect.server
 

Methods in Conect.server that throw InvalidUserException
 java.lang.String UserService.userLogin(java.lang.String username, java.lang.String password)
          This method logs a user into the system