This project has retired. For details please refer to its Attic page.
OAuthError (Apache Oltu: OAuth 2.0 Implementation - Common 0.31-incubating-SNAPSHOT API)

org.apache.amber.oauth2.common.error
Class OAuthError

java.lang.Object
  extended by org.apache.amber.oauth2.common.error.OAuthError

public abstract class OAuthError
extends Object


Nested Class Summary
static class OAuthError.CodeResponse
           
static class OAuthError.ResourceResponse
           
static class OAuthError.TokenResponse
           
 
Field Summary
static String OAUTH_ERROR
           
static String OAUTH_ERROR_DESCRIPTION
           
static String OAUTH_ERROR_URI
           
 
Constructor Summary
OAuthError()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OAUTH_ERROR

public static final String OAUTH_ERROR
See Also:
Constant Field Values

OAUTH_ERROR_DESCRIPTION

public static final String OAUTH_ERROR_DESCRIPTION
See Also:
Constant Field Values

OAUTH_ERROR_URI

public static final String OAUTH_ERROR_URI
See Also:
Constant Field Values
Constructor Detail

OAuthError

public OAuthError()


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.