| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
static OAuthError |
OAuthError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthError[] |
OAuthError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthRequestException(OAuthError error)
Create an exception and record information about the exception to be returned to the gadget.
|
OAuthRequestException(OAuthError error,
String errorText)
Create an exception and record information about the exception to be returned to the gadget.
|
OAuthRequestException(OAuthError error,
String errorText,
Throwable cause)
Create an exception and record information about the exception to be returned to the gadget.
|
Copyright © 2007-2012. All Rights Reserved.