public class

InvalidEntryException

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

Class Overview

Thrown when the format of a ServiceRequest is invalid. Possible causes are XML that is not well formed, or the presence of extension elements that are not expected for the target feed.

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
InvalidEntryException(String message)
InvalidEntryException(String message, Throwable cause)
InvalidEntryException(Throwable cause)
InvalidEntryException(HttpURLConnection httpConn)
InvalidEntryException(ErrorContent errorCode)
InvalidEntryException(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 InvalidEntryException (String message)

Parameters
message

public InvalidEntryException (String message, Throwable cause)

Parameters
message
cause

public InvalidEntryException (Throwable cause)

Parameters
cause

public InvalidEntryException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public InvalidEntryException (ErrorContent errorCode)

Parameters
errorCode

public InvalidEntryException (ErrorContent errorCode, Throwable cause)

Parameters
errorCode
cause