public class OAuthProblemException extends OAuthException
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_LOCATION
The name of a parameter whose value is the response Location header.
|
static String |
HTTP_REQUEST
The name of a parameter whose value is the HTTP request.
|
static String |
HTTP_RESPONSE
The name of a parameter whose value is the HTTP response.
|
static String |
HTTP_STATUS_CODE
The name of a parameter whose value is the HTTP resopnse status code.
|
static String |
OAUTH_PROBLEM |
static String |
SIGNATURE_BASE_STRING
The name of a parameter whose value is the OAuth signature base string.
|
static String |
URL
The name of a parameter whose value is the request URL.
|
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) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final String HTTP_LOCATION
public static final String HTTP_REQUEST
public static final String HTTP_RESPONSE
public static final String HTTP_STATUS_CODE
public static final String OAUTH_PROBLEM
public static final String SIGNATURE_BASE_STRING
public static final String URL
public OAuthProblemException()
public OAuthProblemException(String problem)
public int getHttpStatusCode()
public String getMessage()
getMessage
in class Throwable
public String getProblem()
Copyright © 2008–2017 Province of British Columbia. All rights reserved.