public class

NotImplementedException

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

Class Overview

The NotImplementedException should be thrown by a service provider when an attempt is made to send a request that is not supported by the target service.

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
NotImplementedException(String message)
NotImplementedException(String message, Throwable cause)
NotImplementedException(Throwable cause)
NotImplementedException(HttpURLConnection httpConn)
NotImplementedException(ErrorDomain.ErrorCode errorCode)
NotImplementedException(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 NotImplementedException (String message)

Parameters
message

public NotImplementedException (String message, Throwable cause)

Parameters
message
cause

public NotImplementedException (Throwable cause)

Parameters
cause

public NotImplementedException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public NotImplementedException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public NotImplementedException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause