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.authn.oauth

Class com.google.gdata.client.authn.oauth.OAuthException extends java.lang.Exception 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.EntityTooLargeException extends ServiceException implements Serializable

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.


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.


responseContentType

ContentType responseContentType
Optional HTTP content type for a response.


responseBody

java.lang.String responseBody
Retrieve HTTP response body or error message. The content type must be set correctly.


errorDomainName

java.lang.String errorDomainName

errorCodeName

java.lang.String errorCodeName

errorLocation

java.lang.String errorLocation

errorLocationType

ServiceException.LocationType errorLocationType

errorInternalReason

java.lang.String errorInternalReason

errorExtendedHelp

java.lang.String errorExtendedHelp

errorSendReport

java.lang.String errorSendReport

errorDebugInfo

java.lang.String errorDebugInfo

siblings

java.util.List<E> siblings
Set to the exception we are filling during parsing.

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

IEntry 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.


Package com.google.gdata.util.common.base

Class com.google.gdata.util.common.base.Pair extends java.lang.Object implements Serializable

serialVersionUID: 747826592375603043L

Serialized Fields

first

java.lang.Object first
The first element of the pair.


second

java.lang.Object second
The second element of the pair.


Package com.google.gdata.util.common.util

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

serialVersionUID: 1L