Class OAuthProblemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oltu.oauth2.common.exception.OAuthProblemException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) static OAuthProblemException
static OAuthProblemException
getError()
int
getScope()
getState()
getUri()
responseStatus
(int responseStatus) setParameter
(String name, String value) void
setRedirectUri
(String redirectUri) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
error
-
error
-
description
-
uri
-
state
-
scope
-
responseStatus
-
setParameter
-
getError
-
getDescription
-
getUri
-
getState
-
getScope
-
getResponseStatus
public int getResponseStatus() -
get
-
getParameters
-
getRedirectUri
-
setRedirectUri
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-