public class BackoffException extends Exception
| Constructor and Description |
|---|
BackoffException(IOException cause,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
int |
getRetries() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackoffException(IOException cause, int retries)
public int getRetries()
public IOException getCause()
Copyright © 2016–2017 Zalando SE. All rights reserved.