public class ServiceUnavailableException extends ServerErrorException
| Constructor and Description |
|---|
ServiceUnavailableException() |
ServiceUnavailableException(Date retryAfter) |
ServiceUnavailableException(Date retryAfter,
Throwable cause) |
ServiceUnavailableException(Long retryAfter) |
ServiceUnavailableException(Long retryAfter,
Throwable cause) |
ServiceUnavailableException(Response response) |
ServiceUnavailableException(Response response,
Throwable cause) |
ServiceUnavailableException(String message) |
ServiceUnavailableException(String message,
Date retryAfter) |
ServiceUnavailableException(String message,
Date retryAfter,
Throwable cause) |
ServiceUnavailableException(String message,
Long retryAfter) |
ServiceUnavailableException(String message,
Long retryAfter,
Throwable cause) |
ServiceUnavailableException(String message,
Response response) |
ServiceUnavailableException(String message,
Response response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getRetryTime(Date requestTime) |
boolean |
hasRetryAfter() |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException()
public ServiceUnavailableException(String message)
public ServiceUnavailableException(Long retryAfter)
public ServiceUnavailableException(Date retryAfter)
public ServiceUnavailableException(Response response)
public ServiceUnavailableException(String message, Date retryAfter, Throwable cause)
public ServiceUnavailableException(String message, Long retryAfter, Throwable cause)
Copyright © 2018 The Apache Software Foundation. All rights reserved.