public class

NoLongerAvailableException

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

Class Overview

Thrown by a service provider when the resource identified by the request is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval.

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

public NoLongerAvailableException (String message)

Parameters
message

public NoLongerAvailableException (String message, Throwable cause)

Parameters
message
cause

public NoLongerAvailableException (HttpURLConnection httpConn)

Parameters
httpConn
Throws
IOException

public NoLongerAvailableException (ErrorDomain.ErrorCode errorCode)

Parameters
errorCode

public NoLongerAvailableException (ErrorDomain.ErrorCode errorCode, Throwable cause)

Parameters
errorCode
cause