Package | Description |
---|---|
org.xins.common.service |
Service calling classes, supporting load-balancing and failover.
|
Modifier and Type | Class and Description |
---|---|
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/.