public class OAuth2Exception extends Exception
| Constructor and Description |
|---|
OAuth2Exception(OAuth2NormalizedResponse response)
Constructs an OAuth2Exception.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2NormalizedResponse |
getNormalizedResponse()
Retrieves the normalized response.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuth2Exception(OAuth2NormalizedResponse response)
response - is the normalized response that should be used to
formulate a server response.public OAuth2NormalizedResponse getNormalizedResponse()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.