This project has retired. For details please refer to its Attic page.
OAuthError | Apache Oltu - OAuth 2.0
public abstract class

OAuthError

extends Object
java.lang.Object
   ↳ org.apache.oltu.oauth2.common.error.OAuthError

Summary

Nested Classes
class OAuthError.CodeResponse  
class OAuthError.ResourceResponse  
class OAuthError.TokenResponse  
Constants
String OAUTH_ERROR
String OAUTH_ERROR_DESCRIPTION
String OAUTH_ERROR_URI
Public Constructors
OAuthError()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String OAUTH_ERROR

Constant Value: "error"

public static final String OAUTH_ERROR_DESCRIPTION

Constant Value: "error_description"

public static final String OAUTH_ERROR_URI

Constant Value: "error_uri"

Public Constructors

public OAuthError ()