public class RetryAfterException
extends java.lang.RuntimeException
Constructor and Description |
---|
RetryAfterException(int seconds) |
Modifier and Type | Method and Description |
---|---|
int |
getBackoffTime()
Returns the time to "back off" from accessing the server.
|