public class

PreconditionFailedException

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

Class Overview

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

public PreconditionFailedException (String message)

Parameters
message

public PreconditionFailedException (String message, Throwable cause)

Parameters
message
cause

public PreconditionFailedException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public PreconditionFailedException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public PreconditionFailedException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause