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 OAuthProblemExceptionstatic OAuthProblemExceptiongetError()intgetScope()getState()getUri()responseStatus(int responseStatus) setParameter(String name, String value) voidsetRedirectUri(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:
getMessagein classThrowable
-
toString
-