public class

EntityTooLargeException

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

Class Overview

The EntityTooLargeException should be thrown by a service provider when its refusing to process a request because request entity is larger than service provider is willing to process.

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

Parameters
message

public EntityTooLargeException (String message, Throwable cause)

Parameters
message
cause

public EntityTooLargeException (Throwable cause)

Parameters
cause

public EntityTooLargeException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public EntityTooLargeException (ErrorContent errorCode)

Parameters
errorCode

public EntityTooLargeException (ErrorContent errorCode, Throwable cause)

Parameters
errorCode
cause