Class HttpRetriesExhaustedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.github.mizosoft.methanol.HttpRetriesExhaustedException
All Implemented Interfaces:
Serializable

public class HttpRetriesExhaustedException extends IOException
Thrown when a RetryInterceptor exhausts maximum retries.
See Also:
  • Constructor Details

    • HttpRetriesExhaustedException

      public HttpRetriesExhaustedException(String message)
      Creates a new HttpRetryTimeoutException.