Uses of Class
mail.communication.IncompatibleAddressException

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

Uses of IncompatibleAddressException in mail.communication
 

Methods in mail.communication that throw IncompatibleAddressException
abstract  Address Communicator.parseAddress(java.lang.String addr)
           
abstract  void Communicator.sendPackage(CPackage p, Address to)
           
abstract  void Communicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of IncompatibleAddressException in mail.communication.inet
 

Methods in mail.communication.inet that throw IncompatibleAddressException
 InetAddress InetCommunicator.parseAddress(java.lang.String addr)
           
 void InetCommunicator.sendPackage(CPackage p, Address to)
           
 void InetCommunicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of IncompatibleAddressException in mail.test
 

Methods in mail.test that throw IncompatibleAddressException
 void TestCommunicator.receivePackage(java.io.InputStream p, Address from)
           
 void TestCommunicator.sendPackage(CPackage p, Address to)
           
 void TestCommunicator.sendPackage(CPackage p, RemoteNode to)