Uses of Class
org.xins.common.service.ConnectionCallException

Packages that use ConnectionCallException
org.xins.common.service Service calling classes, supporting load-balancing and failover. 
 

Uses of ConnectionCallException in org.xins.common.service
 

Subclasses of ConnectionCallException in org.xins.common.service
 class ConnectionRefusedCallException
          Exception that indicates that a connection to a service could not be established since it was refused.
 class ConnectionTimeOutCallException
          Exception that indicates that a connection to a service could not be established due to a connection time-out.
 class NoRouteToHostCallException
          Exception that indicates that a connection to a service could not be established because no network route could be found to the host.
 class UnknownHostCallException
          Exception that indicates that a connection to a service could not be established since the indicated host is unknown.
 



See http://www.xins.org/.