Google Data APIs Client Library (1.41.1)
com.google.gdata.util
Class ServiceForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceForbiddenException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceForbiddenException
- extends ServiceException
The ServiceForbiddenException should be thrown by a service provider
when an attempt is made to perform an operation upon a resource (feed
or entry) that is not supported.
- See Also:
- Serialized Form
Methods inherited from class com.google.gdata.util.ServiceException |
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, toXmlErrorMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceForbiddenException
public ServiceForbiddenException(java.lang.String message)
ServiceForbiddenException
public ServiceForbiddenException(java.lang.String message,
java.lang.Throwable cause)
ServiceForbiddenException
public ServiceForbiddenException(java.lang.Throwable cause)
ServiceForbiddenException
public ServiceForbiddenException(java.net.HttpURLConnection httpConn)
throws java.io.IOException
- Throws:
java.io.IOException
ServiceForbiddenException
public ServiceForbiddenException(ErrorDomain.ErrorCode errorCode)
ServiceForbiddenException
public ServiceForbiddenException(ErrorDomain.ErrorCode errorCode,
java.lang.Throwable cause)