public final class NoRouteToHostCallException extends ConnectionCallException
| Constructor and Description |
|---|
NoRouteToHostCallException(CallRequest request,
TargetDescriptor target,
long duration)
Constructs a new
NoRouteToHostCallException. |
isFailOverAllowedgetDetail, getDuration, getMessage, getNext, getRequest, getTargetaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoRouteToHostCallException(CallRequest request, TargetDescriptor target, long duration) throws IllegalArgumentException
NoRouteToHostCallException.request - the original request, cannot be null.target - descriptor for the target that was attempted to be called, cannot be
null.duration - the call duration in milliseconds, must be >= 0.IllegalArgumentException - if request == null
|| target == null
|| duration < 0.See http://www.xins.org/.