com.google.gdata.wireformats
Class ContentCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
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
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 |
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)