Uses of Class
org.apache.shindig.gadgets.oauth.OAuthError

Packages that use OAuthError
org.apache.shindig.gadgets.oauth   
 

Uses of OAuthError in org.apache.shindig.gadgets.oauth
 

Methods in org.apache.shindig.gadgets.oauth that return OAuthError
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.
 

Constructors in org.apache.shindig.gadgets.oauth with parameters of type OAuthError
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.