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

OAuthErrorResponse

extends Object
java.lang.Object
   ↳ org.apache.oltu.oauth2.client.response.OAuthErrorResponse

Summary

Public Constructors
OAuthErrorResponse(OAuthProblemException ex)
Public Methods
String getError()
String getErrorDescription()
String getErrorUri()
String getState()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OAuthErrorResponse (OAuthProblemException ex)

Public Methods

public String getError ()

public String getErrorDescription ()

public String getErrorUri ()

public String getState ()