@InterfaceAudience.Public @InterfaceStability.Evolving public class PreemptiveFastFailException extends ConnectException
| Constructor and Description | 
|---|
PreemptiveFastFailException(long count,
                           long timeOfFirstFailureMilliSec,
                           long timeOfLatestAttemptMilliSec,
                           ServerName serverName)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getFailureCount()  | 
long | 
getFirstFailureAt()  | 
long | 
getLastAttemptAt()  | 
boolean | 
wasOperationAttemptedByServer()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreemptiveFastFailException(long count,
                           long timeOfFirstFailureMilliSec,
                           long timeOfLatestAttemptMilliSec,
                           ServerName serverName)
count - timeOfFirstFailureMilliSec - timeOfLatestAttemptMilliSec - serverName - Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.