Uses of Class
org.vigia.server.exception.NotConnectedException

Packages that use NotConnectedException
org.vigia.server.communications   
 

Uses of NotConnectedException in org.vigia.server.communications
 

Methods in org.vigia.server.communications that throw NotConnectedException
 void ControlCommunicator.sendLog(ELog log, java.lang.String message)
          Sends a log message to the client.
 void Communicator.sendLog(ELog error, java.lang.String description)
          Sends an error to the client.
 void ClientCommunicator.sendLog(ELog log, java.lang.String message)