public class ServiceUnavailableException extends ServiceException
| Constructor and Description |
|---|
ServiceUnavailableException(ErrorDomain.ErrorCode errorCode) |
ServiceUnavailableException(ErrorDomain.ErrorCode errorCode,
Throwable cause) |
ServiceUnavailableException(HttpURLConnection httpConn) |
ServiceUnavailableException(String message) |
ServiceUnavailableException(String message,
Throwable cause) |
ServiceUnavailableException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRetryTime() |
void |
setRetryTime(int retryTime) |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ServiceUnavailableException(String message)
public ServiceUnavailableException(Throwable cause)
public ServiceUnavailableException(HttpURLConnection httpConn) throws IOException
IOExceptionpublic ServiceUnavailableException(ErrorDomain.ErrorCode errorCode)
public ServiceUnavailableException(ErrorDomain.ErrorCode errorCode, Throwable cause)
Copyright © 2012. All Rights Reserved.