public class RetriesFailedException extends Exception
| Constructor and Description |
|---|
RetriesFailedException(String reason,
int invocationAttempts,
io.airlift.units.Duration retryTime,
int failedConnections,
int overloadedRejects) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedConnections() |
int |
getInvocationAttempts() |
int |
getOverloadedRejects() |
io.airlift.units.Duration |
getRetryTime() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetriesFailedException(String reason, int invocationAttempts, io.airlift.units.Duration retryTime, int failedConnections, int overloadedRejects)
Copyright © 2012–2018. All rights reserved.