public abstract class ConnectionCallException extends GenericCallException
Modifier and Type | Method and Description |
---|---|
boolean |
isFailOverAllowed()
Indicates whether this call exception allow for the ServiceCaller to
fail over another TargetDescriptor if available.
|
getDetail, getDuration, getMessage, getNext, getRequest, getTarget
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public boolean isFailOverAllowed()
CallException
false
should be returned.isFailOverAllowed
in class CallException
true
if the service can fail over, false
otherwise.See http://www.xins.org/.