public class

NotModifiedException

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

Class Overview

The NotModifiedException should be thrown by a service provider when an attempt is made to access content using a date-conditional GET and the resource has not been modified since the provided date.

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

public NotModifiedException (String message)

Parameters
message

public NotModifiedException (String message, Throwable cause)

Parameters
message
cause

public NotModifiedException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public NotModifiedException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public NotModifiedException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause