|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.amber.oauth2.common.exception.OAuthProblemException
public final class OAuthProblemException
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 get(String name)
public Map<String,String> getParameters()
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public String getMessage()
getMessage
in class Throwable
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |