|
||||||||||
| 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.shindig.social.core.oauth2.OAuth2Exception
public class OAuth2Exception
Represents an exception while dancing with OAuth 2.0.
| Constructor Summary | |
|---|---|
OAuth2Exception(OAuth2NormalizedResponse response)
Constructs an OAuth2Exception. |
|
| Method Summary | |
|---|---|
OAuth2NormalizedResponse |
getNormalizedResponse()
Retrieves the normalized response. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OAuth2Exception(OAuth2NormalizedResponse response)
response - is the normalized response that should be used to
formulate a server response.| Method Detail |
|---|
public OAuth2NormalizedResponse getNormalizedResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||