Class RetryTimeoutException

All Implemented Interfaces:
Serializable

public class RetryTimeoutException extends TimeoutException
Retry timeout exception.
See Also:
  • Constructor Details

    • RetryTimeoutException

      public RetryTimeoutException(String message, Throwable throwable)
      Constructs a RetryTimeoutException with the specified detail message.
      Parameters:
      message - the detail message
      throwable - last retry exception
  • Method Details

    • lastRetryException

      public Throwable lastRetryException()
      Last exception thrown in Retry before the overall timeout reached.
      Returns:
      last exception thrown