Snippets tagged “retry-mechanism”
2 snippets use this tag.
- java.net.ConnectException: Connection refusedJava
The java.net.ConnectException: Connection refused exception is thrown when an application tries to connect to a remote host, but the connection is refused by the host. This can happen for several reasons, such as:
- java.net.SocketException: Connection resetJava
A java.net.SocketException: Connection reset is a runtime exception that is thrown when a connection is reset. This can be caused by a variety of issues, such as: