Uses of Class
mail.communication.NotReachableException

Packages that use NotReachableException
mail.communication   
mail.communication.inet   
mail.test   
 

Uses of NotReachableException in mail.communication
 

Methods in mail.communication that throw NotReachableException
abstract  void Communicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of NotReachableException in mail.communication.inet
 

Methods in mail.communication.inet that throw NotReachableException
 void InetCommunicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of NotReachableException in mail.test
 

Methods in mail.test that throw NotReachableException
 void TestCommunicator.sendPackage(CPackage p, RemoteNode to)