TimedOutException

constructor(message: String, attempts: Int, lastResponse: Any?, lastException: Throwable?)

Parameters

message

A message indicating the failure mode.

attempts

The number of attempts made before this failure was encountered.

lastResponse

The last response received from the retry strategy before this failure was encountered.

lastException

The exception caught by the retry strategy before this failure was encountered. Note that the Throwable in this parameter isn't necessarily the cause of this exception.