public class

ResourceNotFoundException

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

Class Overview

The ResourceNotFoundException should be thrown by a service provider when an attempt is made to perform an operation upon a resource (feed or entry) that cannot be found.

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

Parameters
message

public ResourceNotFoundException (String message, Throwable cause)

Parameters
message
cause

public ResourceNotFoundException (Throwable cause)

Parameters
cause

public ResourceNotFoundException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public ResourceNotFoundException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public ResourceNotFoundException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause