|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.util.NotModifiedException
public class NotModifiedException
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.
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.util.ServiceException |
|---|
httpErrorCodeOverride, responseBody, responseContentType |
| Constructor Summary | |
|---|---|
NotModifiedException()
|
|
NotModifiedException(java.net.HttpURLConnection httpConn)
|
|
NotModifiedException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class com.google.gdata.util.ServiceException |
|---|
getHttpErrorCodeOverride, getHttpHeaders, getResponseBody, getResponseContentType, setHttpErrorCodeOverride, setResponseBody, setResponseContentType, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotModifiedException()
public NotModifiedException(java.lang.String message)
public NotModifiedException(java.net.HttpURLConnection httpConn)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||