Google Data APIs Client Library



com.google.gdata.util
Class InvalidEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gdata.util.ServiceException
              extended by com.google.gdata.util.InvalidEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEntryException
extends ServiceException

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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gdata.util.ServiceException
httpErrorCodeOverride, responseBody, responseContentType
 
Constructor Summary
InvalidEntryException(java.net.HttpURLConnection httpConn)
           
InvalidEntryException(java.lang.String message)
           
InvalidEntryException(java.lang.String message, java.lang.Throwable cause)
           
InvalidEntryException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.google.gdata.util.ServiceException
getHttpErrorCodeOverride, getHttpHeaders, getResponseBody, getResponseContentType, setHttpErrorCodeOverride, setResponseBody, setResponseContentType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEntryException

public InvalidEntryException(java.lang.String message)

InvalidEntryException

public InvalidEntryException(java.lang.String message,
                             java.lang.Throwable cause)

InvalidEntryException

public InvalidEntryException(java.lang.Throwable cause)

InvalidEntryException

public InvalidEntryException(java.net.HttpURLConnection httpConn)
                      throws java.io.IOException
Throws:
java.io.IOException