public class

ContentCreationException

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

Class Overview

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

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

Parameters
message

public ContentCreationException (String message, Throwable cause)

Parameters
message
cause

public ContentCreationException (Throwable cause)

Parameters
cause

public ContentCreationException (ErrorContent errorCode)

Parameters
errorCode

public ContentCreationException (ErrorContent errorCode, Throwable cause)

Parameters
errorCode
cause