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, getTargetaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean isFailOverAllowed()
CallExceptionfalse should be returned.isFailOverAllowed in class CallExceptiontrue if the service can fail over, false otherwise.See http://www.xins.org/.