public class ServiceForbiddenException extends ServiceException
| Constructor and Description |
|---|
ServiceForbiddenException(ErrorDomain.ErrorCode errorCode) |
ServiceForbiddenException(ErrorDomain.ErrorCode errorCode,
Throwable cause) |
ServiceForbiddenException(HttpURLConnection httpConn) |
ServiceForbiddenException(String message) |
ServiceForbiddenException(String message,
Throwable cause) |
ServiceForbiddenException(Throwable cause) |
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 ServiceForbiddenException(String message)
public ServiceForbiddenException(Throwable cause)
public ServiceForbiddenException(HttpURLConnection httpConn) throws IOException
IOExceptionpublic ServiceForbiddenException(ErrorDomain.ErrorCode errorCode)
public ServiceForbiddenException(ErrorDomain.ErrorCode errorCode, Throwable cause)
Copyright © 2012. All Rights Reserved.