| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.gdata.util.ServiceException | |||
| ↳ | com.google.gdata.util.OAuthProxyException | |||
Represents an error thrown by the OAuth Proxy in an App Engine environment. Provides getters/setters for OAuth Proxy-specific parameters.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| response | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.util.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
OAuthProxyException, and populates the OAuth Proxy
specific parameters from the HttpURLConnection. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the "x_oauth_approval_url" header from the http
response.
| |||||||||||
Gets the value of the "x_oauth_error" header from the http response.
| |||||||||||
Gets the value of the "x_oauth_error_text" header from the http
response.
| |||||||||||
Gets the value of the "x_oauth_state" header from the http response.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.util.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new OAuthProxyException, and populates the OAuth Proxy
specific parameters from the HttpURLConnection.
| httpConn | The http response. |
|---|
| IOException |
|---|
Gets the value of the "x_oauth_approval_url" header from the http response.
Gets the value of the "x_oauth_error" header from the http response.
Gets the value of the "x_oauth_error_text" header from the http response.
Gets the value of the "x_oauth_state" header from the http response.