com.google.gdata.wireformats
Class ContentCreationException

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.wireformats.ContentCreationException
All Implemented Interfaces:
java.io.Serializable

public class ContentCreationException
extends ServiceException

The ContentCreationException indicates that content cannot be created. E.g. object instantiation via reflection fails.

See Also:
Serialized Form

Constructor Summary
ContentCreationException(ErrorContent errorCode)
           
ContentCreationException(ErrorContent errorCode, java.lang.Throwable cause)
           
ContentCreationException(java.lang.String message)
           
ContentCreationException(java.lang.String message, java.lang.Throwable cause)
           
ContentCreationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.google.gdata.util.ServiceException
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentCreationException

public ContentCreationException(java.lang.String message)

ContentCreationException

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

ContentCreationException

public ContentCreationException(java.lang.Throwable cause)

ContentCreationException

public ContentCreationException(ErrorContent errorCode)

ContentCreationException

public ContentCreationException(ErrorContent errorCode,
                                java.lang.Throwable cause)