- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.github.mizosoft.methanol.HttpRetriesExhaustedException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpRetriesExhaustedException extends java.io.IOExceptionThrown when aRetryInterceptorexhausts maximum retries.- See Also:
RetryInterceptor, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRetriesExhaustedException(java.lang.String message)Creates a newHttpRetryTimeoutException.
-