public class

RateLimitExceededException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gdata.util.ServiceException
         ↳ com.google.gdata.util.RateLimitExceededException

Class Overview

Exception that indicates a user is requesting too frequently. For storage-limit errors, see QuotaExceededException.

Summary

[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.gdata.util.ServiceException
From class java.lang.Throwable
Public Constructors
RateLimitExceededException()
RateLimitExceededException(String message)
RateLimitExceededException(String message, Throwable cause)
RateLimitExceededException(HttpURLConnection httpConn)
RateLimitExceededException(Throwable cause)
RateLimitExceededException(ErrorContent errorCode)
RateLimitExceededException(ErrorContent errorCode, Throwable cause)
[Expand]
Inherited Methods
From class com.google.gdata.util.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RateLimitExceededException ()

public RateLimitExceededException (String message)

Parameters
message

public RateLimitExceededException (String message, Throwable cause)

Parameters
message
cause

public RateLimitExceededException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public RateLimitExceededException (Throwable cause)

Parameters
cause

public RateLimitExceededException (ErrorContent errorCode)

Parameters
errorCode

public RateLimitExceededException (ErrorContent errorCode, Throwable cause)

Parameters
errorCode
cause