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

OAuthProblemException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.oltu.oauth2.common.exception.OAuthProblemException

Summary

Protected Constructors
OAuthProblemException(String error)
OAuthProblemException(String error, String description)
Public Methods
OAuthProblemException description(String description)
static OAuthProblemException error(String error)
static OAuthProblemException error(String error, String description)
String get(String name)
String getDescription()
String getError()
String getMessage()
Map<StringString> getParameters()
String getRedirectUri()
int getResponseStatus()
String getScope()
String getState()
String getUri()
OAuthProblemException responseStatus(int responseStatus)
OAuthProblemException scope(String scope)
OAuthProblemException setParameter(String name, String value)
void setRedirectUri(String redirectUri)
OAuthProblemException state(String state)
String toString()
OAuthProblemException uri(String uri)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected OAuthProblemException (String error)

protected OAuthProblemException (String error, String description)

Public Methods

public OAuthProblemException description (String description)

public static OAuthProblemException error (String error)

public static OAuthProblemException error (String error, String description)

public String get (String name)

public String getDescription ()

public String getError ()

public String getMessage ()

public Map<StringString> getParameters ()

public String getRedirectUri ()

public int getResponseStatus ()

public String getScope ()

public String getState ()

public String getUri ()

public OAuthProblemException responseStatus (int responseStatus)

public OAuthProblemException scope (String scope)

public OAuthProblemException setParameter (String name, String value)

public void setRedirectUri (String redirectUri)

public OAuthProblemException state (String state)

public String toString ()

public OAuthProblemException uri (String uri)