net.smartam.leeloo.client.response
Class OAuthErrorResponse

java.lang.Object
  extended by net.smartam.leeloo.client.response.OAuthErrorResponse

public class OAuthErrorResponse
extends Object

Author:
Maciej Machulak, Lukasz Moren

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. All Rights Reserved.