com.google.gdata.util
Class RateLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.util.RateLimitExceededException
- All Implemented Interfaces:
- java.io.Serializable
public class RateLimitExceededException
- extends ServiceException
Exception that indicates a user is requesting too frequently.
For storage-limit errors, see QuotaExceededException
.
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RateLimitExceededException
public RateLimitExceededException()
RateLimitExceededException
public RateLimitExceededException(java.lang.String message)
RateLimitExceededException
public RateLimitExceededException(java.lang.String message,
java.lang.Throwable cause)
RateLimitExceededException
public RateLimitExceededException(java.net.HttpURLConnection httpConn)
throws java.io.IOException
- Throws:
java.io.IOException
RateLimitExceededException
public RateLimitExceededException(java.lang.Throwable cause)
RateLimitExceededException
public RateLimitExceededException(ErrorContent errorCode)
RateLimitExceededException
public RateLimitExceededException(ErrorContent errorCode,
java.lang.Throwable cause)