org.apache.oltu.oauth2.client.response
Class OAuthErrorResponse

java.lang.Object
  extended by org.apache.oltu.oauth2.client.response.OAuthErrorResponse

public class OAuthErrorResponse
extends Object


Constructor Summary
OAuthErrorResponse(OAuthProblemException ex)
           
 
Method Summary
 String getError()
           
 String getErrorDescription()
           
 String getErrorUri()
           
 String getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthErrorResponse

public OAuthErrorResponse(OAuthProblemException ex)
Method Detail

getError

public String getError()

getErrorDescription

public String getErrorDescription()

getErrorUri

public String getErrorUri()

getState

public String getState()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.