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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.