Package com.google.appengine.api.oauth
Class InvalidOAuthTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.appengine.api.oauth.OAuthRequestException
com.google.appengine.api.oauth.InvalidOAuthTokenException
- All Implemented Interfaces:
Serializable
InvalidOAuthTokenException
is thrown when a request contains an
invalid OAuth token (for example, a token that has been revoked by the user).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOAuthTokenException
-