public class

NotAcceptableException

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

Class Overview

Thrown by a service provider when the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

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
NotAcceptableException()
NotAcceptableException(String message)
NotAcceptableException(HttpURLConnection httpConn)
NotAcceptableException(ErrorDomain.ErrorCode errorCode)
NotAcceptableException(ErrorDomain.ErrorCode 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 NotAcceptableException ()

public NotAcceptableException (String message)

Parameters
message

public NotAcceptableException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public NotAcceptableException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public NotAcceptableException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause