Google Data APIs Client Library



Serialized Form


Package com.google.gdata.client

Class com.google.gdata.client.GoogleService.AccountDeletedException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.AccountDisabledException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.CaptchaRequiredException extends AuthenticationException implements Serializable

Serialized Fields

captchaUrl

java.lang.String captchaUrl

captchaToken

java.lang.String captchaToken

Class com.google.gdata.client.GoogleService.InvalidCredentialsException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.NotVerifiedException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.ServiceUnavailableException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.SessionExpiredException extends AuthenticationException implements Serializable

Class com.google.gdata.client.GoogleService.TermsNotAgreedException extends AuthenticationException implements Serializable


Package com.google.gdata.client.batch

Class com.google.gdata.client.batch.BatchInterruptedException extends ServiceException implements Serializable

Serialized Fields

feed

BaseFeed<F extends BaseFeed,E extends BaseEntry> feed

interrupted

BatchInterrupted interrupted

Package com.google.gdata.data

Class com.google.gdata.data.AttributeGenerator extends java.util.LinkedHashMap<java.lang.String,java.lang.String> implements Serializable

Serialized Fields

content

java.lang.String content
element's text content or null for no text content

Class com.google.gdata.data.ExtensionVisitor.StoppedException extends java.lang.RuntimeException implements Serializable

Class com.google.gdata.data.Kind.AdaptorException extends ServiceException implements Serializable


Package com.google.gdata.data.appsforyourdomain

Class com.google.gdata.data.appsforyourdomain.AppsForYourDomainException extends ServiceException implements Serializable

Serialized Fields

errorCode

AppsForYourDomainErrorCode errorCode

invalidInput

java.lang.String invalidInput

Package com.google.gdata.util

Class com.google.gdata.util.AuthenticationException extends ServiceException implements Serializable

Serialized Fields

authHeader

java.lang.String authHeader

scheme

java.lang.String scheme

parameters

java.util.Map<K,V> parameters

Class com.google.gdata.util.InvalidEntryException extends ServiceException implements Serializable

Class com.google.gdata.util.NotAcceptableException extends ServiceException implements Serializable

Class com.google.gdata.util.NotImplementedException extends ServiceException implements Serializable

Class com.google.gdata.util.NotModifiedException extends ServiceException implements Serializable

Class com.google.gdata.util.ParseException extends ServiceException implements Serializable

Class com.google.gdata.util.PreconditionFailedException extends ServiceException implements Serializable

Class com.google.gdata.util.RedirectRequiredException extends ServiceException implements Serializable

Class com.google.gdata.util.ResourceNotFoundException extends ServiceException implements Serializable

Class com.google.gdata.util.ServiceConfigurationException extends ServiceException implements Serializable

Class com.google.gdata.util.ServiceException extends java.lang.Exception implements Serializable

Serialized Fields

httpErrorCodeOverride

int httpErrorCodeOverride
HTTP error code.


responseContentType

ContentType responseContentType
Optional HTTP content type for a response.


responseBody

java.lang.String responseBody
Optional HTTP response body. Requires the content type to be set.


httpHeaders

java.util.Map<K,V> httpHeaders
Optional HTTP headers to be output when HTTP response is generated. It is a mapping from header name to list of header values.

Class com.google.gdata.util.ServiceForbiddenException extends ServiceException implements Serializable

Class com.google.gdata.util.ServiceUnavailableException extends ServiceException implements Serializable

Class com.google.gdata.util.VersionConflictException extends ServiceException implements Serializable

Serialized Fields

currentEntry

BaseEntry<E extends BaseEntry> currentEntry
If this exception is thrown from an update operation and the entry exists, but has a new version ID, this field represents the current state of the entry.