public class ServiceUnavailableException extends DXAPIException
| Constructor and Description |
|---|
ServiceUnavailableException(String message,
int statusCode)
Creates a
ServiceUnavailableException with the specified
message and HTTP status code. |
ServiceUnavailableException(String message,
int statusCode,
int retryAfterSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSecondsToWaitForRetry() |
getInstance, getStatusCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ServiceUnavailableException(String message, int statusCode)
ServiceUnavailableException with the specified
message and HTTP status code.public ServiceUnavailableException(String message, int statusCode, int retryAfterSeconds)
Copyright © 2023. All Rights Reserved.