public class OAuthProblemException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
OAuthProblemException(String error) |
protected |
OAuthProblemException(String error,
String description) |
| Modifier and Type | Method and Description |
|---|---|
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<String,String> |
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected OAuthProblemException(String error)
public static OAuthProblemException error(String error)
public static OAuthProblemException error(String error, String description)
public OAuthProblemException description(String description)
public OAuthProblemException uri(String uri)
public OAuthProblemException state(String state)
public OAuthProblemException scope(String scope)
public OAuthProblemException responseStatus(int responseStatus)
public OAuthProblemException setParameter(String name, String value)
public String getError()
public String getDescription()
public String getUri()
public String getState()
public String getScope()
public int getResponseStatus()
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public String getMessage()
getMessage in class ThrowableCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.