Skip to content

Commit

Permalink
Merge pull request #1528 from yuppie-flu/yuppie-flu-patch-1
Browse files Browse the repository at this point in the history
Fixing ConnectException name
  • Loading branch information
fatroom authored Nov 17, 2023
2 parents 4476d92 + 249ea3f commit cecf779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riptide-faults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ new RetryRequestPolicy(
```

The default considers the following exceptions to be transient connection faults:
- [`ConnectionException`](https://docs.oracle.com/javase/8/docs/api/java/net/ConnectionException.html)
- [`ConnectException`](https://docs.oracle.com/javase/8/docs/api/java/net/ConnectException.html)
- [`MalformedURLException`](https://docs.oracle.com/javase/8/docs/api/java/net/MalformedURLException.html)
- [`NoRouteToHostException`](https://docs.oracle.com/javase/8/docs/api/java/net/NoRouteToHostException.html)
- [`UnknownHostException`](https://docs.oracle.com/javase/8/docs/api/java/net/UnknownHostException.html)
Expand Down

0 comments on commit cecf779

Please sign in to comment.