public class RetryFailedException extends RuntimeException implements RetryCountProvider
Constructor and Description |
---|
RetryFailedException(String message,
int retries) |
Modifier and Type | Method and Description |
---|---|
int |
getRetries()
Return the retry count
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RetryFailedException(String message, int retries)
public int getRetries()
getRetries
in interface RetryCountProvider
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.