in common/src/main/kotlin/org/jetbrains/teamcity/vault/retrier/ClientExceptionListener.kt [13:17]
override fun <T : Any?> onFailure(callable: Callable<T>, retry: Int, e: Exception) {
if (isNonRecoverable(e)){
throw AbortRetriesException(e)
}
}