Uses of Class
edu.csus.ecs.pc2.api.exceptions.NotLoggedInException

Packages that use NotLoggedInException
edu.csus.ecs.pc2.api PC2 API. 
 

Uses of NotLoggedInException in edu.csus.ecs.pc2.api
 

Methods in edu.csus.ecs.pc2.api that throw NotLoggedInException
 edu.csus.ecs.pc2.api.implementation.Contest ServerConnection.getContest()
          Returns a IContest, if not connected to a server throws a NotLoggedInException.
 IClient ServerConnection.getMyClient()
          Returns a IClient if logged into a server.
 boolean ServerConnection.logoff()
          Logoff/disconnect from the PC2 server.