public class OAuthProblemException extends OAuthException
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH_PROBLEM |
| Constructor and Description |
|---|
OAuthProblemException() |
OAuthProblemException(String problem) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
String |
getMessage() |
Map<String,Object> |
getParameters() |
String |
getProblem() |
void |
setParameter(String name,
Object value) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String OAUTH_PROBLEM
public OAuthProblemException()
public OAuthProblemException(String problem)
public String getMessage()
getMessage in class Throwablepublic String getProblem()
public int getHttpStatusCode()
Copyright 2015- Charles R. Severance and licensed CC-BY Attribution 4.0